X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfow;h=5775ac198db638f5cbbe7f1166fee9067a803a9c;hp=7a68d7066557b78bb41d34f4865790b11b40e570;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/ncurses/llib-ltinfow b/ncurses/llib-ltinfow index 7a68d706..5775ac19 100644 --- a/ncurses/llib-ltinfow +++ b/ncurses/llib-ltinfow @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2021 Thomas E. Dickey * * Copyright 2012-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -276,6 +276,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 @@ -904,7 +909,7 @@ int _nc_tparm_err; #undef _nc_tparm_analyze int _nc_tparm_analyze( const char *string, - char *p_is_s[9], + char **p_is_s, int *_nc_popcount) { return(*(int *)0); } @@ -920,6 +925,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 @@ -1031,6 +1043,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) @@ -1159,7 +1176,7 @@ char *_tracecchar_t( #undef _nc_trace_ttymode char *_nc_trace_ttymode( - struct termios *tty) + const struct termios *tty) { return(*(char **)0); } #undef _nc_tracebits