X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursesw;h=0f41959ca521a159b2c9db5383f6c953a2dc31eb;hp=f5f1bb3c75bf1b4a1b33c2d0efd31392fe10cfe2;hb=63d26709472433a4660c88461162252bf0e5fde8;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/ncurses/llib-lncursesw b/ncurses/llib-lncursesw index f5f1bb3c..0f41959c 100644 --- a/ncurses/llib-lncursesw +++ b/ncurses/llib-lncursesw @@ -590,17 +590,17 @@ int addstr( #undef attroff int attroff( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attron int attron( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attrset int attrset( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attr_get @@ -3744,6 +3744,19 @@ NCURSES_BOOL _nc_is_file_path( int _nc_env_access(void) { return(*(int *)0); } +#undef _nc_safe_fopen +FILE *_nc_safe_fopen( + const char *path, + const char *mode) + { return(*(FILE **)0); } + +#undef _nc_safe_open3 +int _nc_safe_open3( + const char *path, + int flags, + mode_t mode) + { return(*(int *)0); } + /* ./tinfo/add_tries.c */ #undef _nc_add_to_try @@ -4576,6 +4589,7 @@ int _nc_tparm_err; #undef _nc_tparm_analyze int _nc_tparm_analyze( + TERMINAL *term, const char *string, char **p_is_s, int *_nc_popcount) @@ -4600,6 +4614,11 @@ char *_nc_tiparm( ...) { return(*(char **)0); } +#undef _nc_reset_tparm +void _nc_reset_tparm( + TERMINAL *term) + { /* void */ } + /* ./tinfo/lib_tputs.c */ #undef PC @@ -5202,7 +5221,7 @@ ENTRY *_nc_copy_entry( #undef _nc_save_str char *_nc_save_str( - const char *const string) + const char *string) { return(*(char **)0); } #undef _nc_wrap_entry