]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncurses
ncurses 6.1 - patch 20180707
[ncurses.git] / ncurses / llib-lncurses
index ebd3b5281869708116e408424393ff080f7f6785..af7eba9dfb0b3ae0193da7c410f64b88963138d8 100644 (file)
@@ -245,6 +245,12 @@ void       _nc_change_pair(
                int     pair)
                { /* void */ }
 
                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, 
 #undef _nc_init_pair
 int    _nc_init_pair(
                SCREEN  *sp, 
@@ -3992,8 +3998,8 @@ int       _nc_read_file_entry(
                TERMTYPE2 *ptr)
                { return(*(int *)0); }
 
                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)
                const char *const name, 
                char    *const filename, 
                TERMTYPE2 *const tp)
@@ -4004,7 +4010,7 @@ int       _nc_read_entry2(
 #undef _nc_read_termcap_entry
 int    _nc_read_termcap_entry(
                const char *const tn, 
 #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 */
                { return(*(int *)0); }
 
 /* ./tinfo/strings.c */
@@ -4195,9 +4201,6 @@ char      *_nc_tic_expand(
 void   (*_nc_check_termtype2)(
                TERMTYPE2 *p1, 
                NCURSES_BOOL p2);
 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(
 
 #undef _nc_entry_match
 NCURSES_BOOL _nc_entry_match(
@@ -4221,11 +4224,6 @@ int      _nc_resolve_uses2(
                NCURSES_BOOL literal)
                { return(*(int *)0); }
 
                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
 /* ./tinfo/comp_scan.c */
 
 #undef _nc_syntax