X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfot;h=e33aefbb2a1c91a775f030e73bd19786cc854a43;hp=41c9203418ef8ae2a905e334034035250774c580;hb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/llib-ltinfot b/ncurses/llib-ltinfot index 41c92034..e33aefbb 100644 --- a/ncurses/llib-ltinfot +++ b/ncurses/llib-ltinfot @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2013-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 2013-2017,2019 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 * @@ -195,6 +195,21 @@ struct name_table_entry const *_nc_find_type_entry( NCURSES_BOOL termcap) { return(*(struct name_table_entry const **)0); } +#undef _nc_find_user_entry +struct user_table_entry const *_nc_find_user_entry( + const char *string) + { return(*(struct user_table_entry const **)0); } + +/* ./comp_userdefs.c */ + +#undef _nc_get_userdefs_table +const struct user_table_entry *_nc_get_userdefs_table(void) + { return(*(const struct user_table_entry **)0); } + +#undef _nc_get_hash_user +const HashData *_nc_get_hash_user(void) + { return(*(const HashData **)0); } + /* ./tinfo/db_iterator.c */ #undef _nc_tic_dir @@ -805,6 +820,14 @@ int _nc_setupterm( int reuse) { return(*(int *)0); } +#undef _nc_find_prescr +SCREEN *_nc_find_prescr(void) + { return(*(SCREEN **)0); } + +#undef _nc_forget_prescr +void _nc_forget_prescr(void) + { /* void */ } + #undef new_prescr SCREEN *new_prescr(void) { return(*(SCREEN **)0); } @@ -1136,6 +1159,13 @@ WINDOW *_nc_retrace_win( WINDOW *code) { return(*(WINDOW **)0); } +#undef _nc_fmt_funcptr +char *_nc_fmt_funcptr( + char *target, + const char *source, + size_t size) + { return(*(char **)0); } + #undef _nc_use_tracef int _nc_use_tracef( unsigned mask) @@ -1379,8 +1409,8 @@ int _nc_read_file_entry( TERMTYPE2 *ptr) { return(*(int *)0); } -#undef _nc_read_entry2 -int _nc_read_entry2( +#undef _nc_read_entry +int _nc_read_entry( const char *const name, char *const filename, TERMTYPE2 *const tp)