X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfo;h=b2160d4f66b7da59433b84e8c886227b364b3d3e;hp=27680cae5f3381356db729db2091d8dd63570a02;hb=b724cdc89cf31757ab43262ecefe5242b0edc450;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/ncurses/llib-ltinfo b/ncurses/llib-ltinfo index 27680cae..b2160d4f 100644 --- a/ncurses/llib-ltinfo +++ b/ncurses/llib-ltinfo @@ -264,6 +264,11 @@ void _nc_free_entries( void _nc_leaks_tinfo(void) { /* void */ } +#undef exit_terminfo +void exit_terminfo( + int code) + { /* void */ } + /* ./fallback.c */ #undef _nc_fallback @@ -898,6 +903,13 @@ char *tiparm( ...) { return(*(char **)0); } +#undef _nc_tiparm +char *_nc_tiparm( + int expected, + const char *string, + ...) + { return(*(char **)0); } + /* ./tinfo/lib_tputs.c */ #undef PC @@ -1009,6 +1021,11 @@ const char *_nc_tputs_trace = {0}; #undef _nc_outchars long _nc_outchars; +#undef curses_trace +unsigned curses_trace( + unsigned tracelevel) + { return(*(unsigned *)0); } + #undef trace void trace( const unsigned int tracelevel)