]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltinfow
ncurses 6.2 - patch 20211016
[ncurses.git] / ncurses / llib-ltinfow
index 1c3a2f2226845062ef70c23a0cd897d2dcd998e0..93c9274e7717b7b49336eb048b26a546a502a244 100644 (file)
@@ -76,6 +76,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
@@ -908,6 +921,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)
@@ -932,6 +946,11 @@ char       *_nc_tiparm(
                ...)
                { return(*(char **)0); }
 
+#undef _nc_reset_tparm
+void   _nc_reset_tparm(
+               TERMINAL *term)
+               { /* void */ }
+
 /* ./tinfo/lib_tputs.c */
 
 #undef PC