]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltinfot
ncurses 6.2 - patch 20211016
[ncurses.git] / ncurses / llib-ltinfot
index 0980445cf8ec17f3af52fd9ecadac80af2c1e9e1..7d5dcf0c787719d197673f356abd919fe3b0dfc7 100644 (file)
@@ -102,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
@@ -270,7 +270,7 @@ ENTRY       *_nc_tail;
 #undef _nc_free_entry
 void   _nc_free_entry(
                ENTRY   *headp,
-               TERMTYPE2 *tterm)
+               TERMTYPE *tterm)
                { /* void */ }
 
 #undef _nc_free_entries
@@ -290,9 +290,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 */
 
@@ -809,7 +809,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
@@ -1430,12 +1430,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); }
@@ -1443,14 +1443,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 */
@@ -1539,7 +1539,7 @@ int       _nc_remove_string(
 
 #undef _nc_trim_sgr0
 char   *_nc_trim_sgr0(
-               TERMTYPE2 *tp)
+               TERMTYPE *tp)
                { return(*(char **)0); }
 
 /* ./unctrl.c */