X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfo;h=27680cae5f3381356db729db2091d8dd63570a02;hp=cf7e31756ed0d7a306f22d7cd7a6a1cef25c9264;hb=c976a90788f3e50afc773670ff74c5270ecb48df;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/llib-ltinfo b/ncurses/llib-ltinfo index cf7e3175..27680cae 100644 --- a/ncurses/llib-ltinfo +++ b/ncurses/llib-ltinfo @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2012-2016,2017 Free Software Foundation, Inc. * + * Copyright 2019,2020 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 * @@ -190,6 +191,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 @@ -1054,6 +1070,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); } + /* ./trace/lib_traceatr.c */ #undef _traceattr2 @@ -1275,8 +1298,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)