X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fllib-lncursest;h=ee4a5f29cd2c2107b3c1276e679f473961a0dca3;hb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65;hp=c787f30be478dcbe83bd19936b8560b1ef0f876a;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98;p=ncurses.git diff --git a/ncurses/llib-lncursest b/ncurses/llib-lncursest index c787f30b..ee4a5f29 100644 --- a/ncurses/llib-lncursest +++ b/ncurses/llib-lncursest @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2008-2013,2015 Free Software Foundation, Inc. * + * Copyright (c) 2008-2015,2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -2520,10 +2520,6 @@ void _nc_do_xmc_glitch( /* ./trace/varargs.c */ -typedef enum { - atUnknown = 0, atInteger, atFloat, atPoint, atString -} ARGTYPE; - #undef _nc_varargs char *_nc_varargs( const char *fmt, @@ -3019,8 +3015,8 @@ void _nc_init_acs(void) /* ./tinfo/lib_baudrate.c */ struct speed { - short s; - int sp; + int given_speed; + int actual_speed; }; #undef _nc_baudrate @@ -3894,11 +3890,6 @@ chtype _nc_retrace_chtype( /* ./trace/lib_tracebits.c */ -typedef struct { - unsigned int val; - const char name[8]; -} BITNAMES; - #undef _nc_trace_ttymode char *_nc_trace_ttymode( struct termios *tty) @@ -4093,9 +4084,11 @@ int _nc_read_entry( /* ./tinfo/read_termcap.c */ -#undef _nc_read_termcap -void _nc_read_termcap(void) - { /* void */ } +#undef _nc_read_termcap_entry +int _nc_read_termcap_entry( + const char *const tn, + TERMTYPE *const tp) + { return(*(int *)0); } /* ./tinfo/strings.c */ @@ -4377,11 +4370,6 @@ int _nc_capcmp( const char *t) { return(*(int *)0); } -typedef struct { - const char from[3]; - const char to[6]; -} assoc; - /* ./tinfo/write_entry.c */ #undef _nc_set_writedir @@ -4394,6 +4382,14 @@ void _nc_write_entry( TERMTYPE *const tp) { /* void */ } +#undef _nc_write_object +int _nc_write_object( + TERMTYPE *tp, + char *buffer, + unsigned *offset, + unsigned limit) + { return(*(int *)0); } + #undef _nc_tic_written int _nc_tic_written(void) { return(*(int *)0); }