]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltic
ncurses 6.5 - patch 20240504
[ncurses.git] / ncurses / llib-ltic
index 2e407fd0f95a435ff4cbd0d4a3259e8dbb762480..9e87aaeae4a68c5519e2b63b8e9a998c98a8d62c 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright 2020,2021 Thomas E. Dickey                                     *
+ * Copyright 2020-2021,2023 Thomas E. Dickey                                *
  * Copyright 2012-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -92,7 +92,7 @@ char  *_nc_tic_expand(
 
 #undef _nc_check_termtype2
 void   (*_nc_check_termtype2)(
-               TERMTYPE2 *p1,
+               TERMTYPE *p1,
                NCURSES_BOOL p2);
 
 #undef _nc_entry_match
@@ -150,7 +150,7 @@ int _nc_get_token(
 #undef _nc_trans_string
 int    _nc_trans_string(
                char    *ptr,
-               char    *last)
+               const char *const last)
                { return(*(int *)0); }
 
 #undef _nc_push_token
@@ -187,12 +187,12 @@ void      _nc_set_writedir(
 
 #undef _nc_write_entry
 void   _nc_write_entry(
-               TERMTYPE2 *const tp)
+               TERMTYPE *const tp)
                { /* void */ }
 
 #undef _nc_write_object
 int    _nc_write_object(
-               TERMTYPE2 *tp,
+               TERMTYPE *tp,
                char    *buffer,
                unsigned *offset,
                unsigned limit)