]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursest
ncurses 6.1 - patch 20180609
[ncurses.git] / ncurses / llib-lncursest
index 04255bae474168ca73bef0faa54a6b74f8dc1c5d..a5f3a299e38fc0de79af4cff6c5f7e7e255a2086 100644 (file)
@@ -248,6 +248,12 @@ void       _nc_change_pair(
                int     pair)
                { /* void */ }
 
+#undef _nc_reserve_pairs
+colorpair_t *_nc_reserve_pairs(
+               SCREEN  *sp, 
+               int     want)
+               { return(*(colorpair_t **)0); }
+
 #undef _nc_init_pair
 int    _nc_init_pair(
                SCREEN  *sp, 
@@ -3531,6 +3537,14 @@ int      _nc_setupterm(
                int     reuse)
                { return(*(int *)0); }
 
+#undef _nc_find_prescr
+SCREEN *_nc_find_prescr(void)
+               { return(*(SCREEN **)0); }
+
+#undef _nc_forget_prescr
+void   _nc_forget_prescr(void)
+               { /* void */ }
+
 #undef new_prescr
 SCREEN *new_prescr(void)
                { return(*(SCREEN **)0); }
@@ -4105,8 +4119,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)
@@ -4117,7 +4131,7 @@ int       _nc_read_entry2(
 #undef _nc_read_termcap_entry
 int    _nc_read_termcap_entry(
                const char *const tn, 
-               TERMTYPE *const tp)
+               TERMTYPE2 *const tp)
                { return(*(int *)0); }
 
 /* ./tinfo/strings.c */
@@ -4308,9 +4322,6 @@ char      *_nc_tic_expand(
 void   (*_nc_check_termtype2)(
                TERMTYPE2 *p1, 
                NCURSES_BOOL p2);
-#undef _nc_check_termtype
-void   (*_nc_check_termtype)(
-               TERMTYPE *p1);
 
 #undef _nc_entry_match
 NCURSES_BOOL _nc_entry_match(
@@ -4334,11 +4345,6 @@ int      _nc_resolve_uses2(
                NCURSES_BOOL literal)
                { return(*(int *)0); }
 
-#undef _nc_resolve_uses
-int    _nc_resolve_uses(
-               NCURSES_BOOL fullresolve)
-               { return(*(int *)0); }
-
 /* ./tinfo/comp_scan.c */
 
 #undef _nc_syntax