X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursesw;h=ce455e4cf9355fdf70af879bdb417a7847ffb381;hp=217ae1b522db9f9213f0364743f98426848ffc7b;hb=def73dda3feef55f48cc205a763c06ba1ea70e78;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/ncurses/llib-lncursesw b/ncurses/llib-lncursesw index 217ae1b5..ce455e4c 100644 --- a/ncurses/llib-lncursesw +++ b/ncurses/llib-lncursesw @@ -1904,13 +1904,6 @@ int leaveok( /* ./base/lib_mouse.c */ -typedef struct { - int nerror; - int nparam; - int params[9]; - int final; -} SGR_DATA; - #undef getmouse_sp int getmouse_sp( SCREEN *sp, @@ -2402,28 +2395,6 @@ int mvwscanw( /* ./base/lib_screen.c */ -typedef enum { - pINT - ,pSHORT - ,pBOOL - ,pATTR - ,pCHAR - ,pSIZE - ,pCCHAR -} PARAM_TYPE; - -typedef struct { - const char name[11]; - attr_t attr; -} SCR_ATTRS; - -typedef struct { - const char name[17]; - PARAM_TYPE type; - size_t size; - size_t offset; -} SCR_PARAMS; - #undef getwin_sp WINDOW *getwin_sp( SCREEN *sp, @@ -3048,10 +3019,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, @@ -4615,11 +4582,6 @@ char *_tracecchar_t( /* ./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) @@ -4803,9 +4765,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 */ @@ -5109,11 +5073,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