]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursesw
ncurses 6.0 - patch 20170916
[ncurses.git] / ncurses / llib-lncursesw
index e6b459bc8ed5ba3d6d522f95eb57d692538c66c3..10f608dea3ce7971677fbced674c42fe51c0f750 100644 (file)
@@ -282,6 +282,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, 
@@ -440,6 +446,11 @@ int        extended_pair_content_sp(
                int     *b)
                { return(*(int *)0); }
 
                int     *b)
                { return(*(int *)0); }
 
+#undef reset_color_pairs_sp
+void   reset_color_pairs_sp(
+               SCREEN  *sp)
+               { /* void */ }
+
 #undef init_extended_pair
 int    init_extended_pair(
                int     pair, 
 #undef init_extended_pair
 int    init_extended_pair(
                int     pair, 
@@ -470,6 +481,10 @@ int        extended_pair_content(
                int     *b)
                { return(*(int *)0); }
 
                int     *b)
                { return(*(int *)0); }
 
+#undef reset_color_pairs
+void   reset_color_pairs(void)
+               { /* void */ }
+
 /* ./base/lib_colorset.c */
 
 #undef wcolor_set
 /* ./base/lib_colorset.c */
 
 #undef wcolor_set
@@ -3529,6 +3544,11 @@ int      mcprint(
 
 /* ./base/new_pair.c */
 
 
 /* ./base/new_pair.c */
 
+#undef _nc_free_ordered_pairs
+void   _nc_free_ordered_pairs(
+               SCREEN  *sp)
+               { /* void */ }
+
 #undef _nc_reset_color_pair
 void   _nc_reset_color_pair(
                SCREEN  *sp, 
 #undef _nc_reset_color_pair
 void   _nc_reset_color_pair(
                SCREEN  *sp, 
@@ -3543,6 +3563,14 @@ void     _nc_set_color_pair(
                int     mode)
                { /* void */ }
 
                int     mode)
                { /* void */ }
 
+#undef _nc_copy_pairs
+void   _nc_copy_pairs(
+               SCREEN  *sp, 
+               colorpair_t *target, 
+               colorpair_t *source, 
+               int     length)
+               { /* void */ }
+
 #undef alloc_pair_sp
 int    alloc_pair_sp(
                SCREEN  *sp, 
 #undef alloc_pair_sp
 int    alloc_pair_sp(
                SCREEN  *sp, 
@@ -4955,7 +4983,7 @@ int       _nc_read_entry(
 #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 */
@@ -5168,9 +5196,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(
@@ -5194,11 +5219,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