X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfot;h=8ac9facbe516170c5b5bcf0d554debf69474131f;hp=acf0733a2307db2779dac1f991920606a734264d;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=0485620c03e69b1b58a6b12e5e45c98415fc7575 diff --git a/ncurses/llib-ltinfot b/ncurses/llib-ltinfot index acf0733a..8ac9facb 100644 --- a/ncurses/llib-ltinfot +++ b/ncurses/llib-ltinfot @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2013-2016,2017 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2013-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 * @@ -195,6 +196,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 @@ -1144,6 +1160,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)