X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursesw;h=ae5581160f50f185652717e0a443879700a0d9af;hp=61db5d49ef13c8d6edac3f051b0c34e238a141e8;hb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/ncurses/llib-lncursesw b/ncurses/llib-lncursesw index 61db5d49..ae558116 100644 --- a/ncurses/llib-lncursesw +++ b/ncurses/llib-lncursesw @@ -34,6 +34,7 @@ /* ./tty/hardscroll.c */ #include + #undef _nc_oldnums int *_nc_oldnums; @@ -3168,6 +3169,11 @@ void _nc_free_and_exit( int code) { /* void */ } +#undef exit_curses +void exit_curses( + int code) + { /* void */ } + /* ./widechar/charable.c */ #undef _nc_is_charable @@ -3925,6 +3931,11 @@ void _nc_free_entries( void _nc_leaks_tinfo(void) { /* void */ } +#undef exit_terminfo +void exit_terminfo( + int code) + { /* void */ } + /* ./fallback.c */ #undef _nc_fallback2 @@ -4680,6 +4691,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)