X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=ncurses%2Fllib-ltinfotw;h=23218c3ab064e45be446e531d6f89f516d644b91;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hp=10a8fddb2e8a9af4743bf2650e7856dc5666c064;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/ncurses/llib-ltinfotw b/ncurses/llib-ltinfotw index 10a8fddb..23218c3a 100644 --- a/ncurses/llib-ltinfotw +++ b/ncurses/llib-ltinfotw @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2012-2018,2019 Free Software Foundation, Inc. * + * 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 * * copy of this software and associated documentation files (the * @@ -280,6 +281,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 @@ -979,7 +985,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); } @@ -995,6 +1001,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 @@ -1120,6 +1133,11 @@ void _nc_count_outchars( long increment) { /* void */ } +#undef curses_trace +unsigned curses_trace( + unsigned tracelevel) + { return(*(unsigned *)0); } + #undef trace void trace( const unsigned int tracelevel) @@ -1259,7 +1277,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