]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltinfo
ncurses 6.3 - patch 20211021
[ncurses.git] / ncurses / llib-ltinfo
index ec24d160e89f6c3713e0f97f0ae562c7a1a6afe8..5dabf8942ded32c11b826765aa5fb6da8fd56a07 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
@@ -89,8 +102,8 @@ int  _nc_add_to_try(
 
 #undef _nc_align_termtype
 void   _nc_align_termtype(
-               TERMTYPE2 *to,
-               TERMTYPE2 *from)
+               TERMTYPE *to,
+               TERMTYPE *from)
                { /* void */ }
 
 #undef _nc_copy_termtype
@@ -252,7 +265,7 @@ ENTRY       *_nc_tail;
 #undef _nc_free_entry
 void   _nc_free_entry(
                ENTRY   *headp,
-               TERMTYPE2 *tterm)
+               TERMTYPE *tterm)
                { /* void */ }
 
 #undef _nc_free_entries
@@ -272,9 +285,9 @@ void        exit_terminfo(
 /* ./fallback.c */
 
 #undef _nc_fallback
-const TERMTYPE2 *_nc_fallback(
+const TERMTYPE *_nc_fallback(
                const char *name)
-               { return(*(const TERMTYPE2 **)0); }
+               { return(*(const TERMTYPE **)0); }
 
 /* ./tinfo/free_ttype.c */
 
@@ -728,7 +741,7 @@ void        _nc_update_screensize(
 #undef _nc_setup_tinfo
 int    _nc_setup_tinfo(
                const char *const tn,
-               TERMTYPE2 *const tp)
+               TERMTYPE *const tp)
                { return(*(int *)0); }
 
 #undef _nc_tinfo_cmdch
@@ -886,6 +899,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)
@@ -910,6 +924,11 @@ char       *_nc_tiparm(
                ...)
                { return(*(char **)0); }
 
+#undef _nc_reset_tparm
+void   _nc_reset_tparm(
+               TERMINAL *term)
+               { /* void */ }
+
 /* ./tinfo/lib_tputs.c */
 
 #undef PC
@@ -1299,12 +1318,12 @@ void    _nc_set_buffer(
 
 #undef _nc_init_termtype
 void   _nc_init_termtype(
-               TERMTYPE2 *const tp)
+               TERMTYPE *const tp)
                { /* void */ }
 
 #undef _nc_read_termtype
 int    _nc_read_termtype(
-               TERMTYPE2 *ptr,
+               TERMTYPE *ptr,
                char    *buffer,
                int     limit)
                { return(*(int *)0); }
@@ -1312,14 +1331,14 @@ int     _nc_read_termtype(
 #undef _nc_read_file_entry
 int    _nc_read_file_entry(
                const char *const filename,
-               TERMTYPE2 *ptr)
+               TERMTYPE *ptr)
                { return(*(int *)0); }
 
 #undef _nc_read_entry
 int    _nc_read_entry(
                const char *const name,
                char    *const filename,
-               TERMTYPE2 *const tp)
+               TERMTYPE *const tp)
                { return(*(int *)0); }
 
 /* ./tinfo/read_termcap.c */
@@ -1408,7 +1427,7 @@ int       _nc_remove_string(
 
 #undef _nc_trim_sgr0
 char   *_nc_trim_sgr0(
-               TERMTYPE2 *tp)
+               TERMTYPE *tp)
                { return(*(char **)0); }
 
 /* ./unctrl.c */