X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;h=1b291dd7729e23fe2c7b8bb1030c63bbfc425c67;hp=865767e2f17b9af4751d72b8b0354a1b463967af;hb=96a4663880a73a00b11700da8a404fdd56833925;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index 865767e2..1b291dd7 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -2577,6 +2577,11 @@ void _nc_free_and_exit( int code) { /* void */ } +#undef exit_curses +void exit_curses( + int code) + { /* void */ } + /* ./expanded.c */ #undef _nc_toggle_attr_on @@ -2987,6 +2992,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 @@ -3732,6 +3742,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)