]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltict
ncurses 6.4 - patch 20240420
[ncurses.git] / ncurses / llib-ltict
index 2e59b9f00eb0f4dbb7f545537bc44fcc1bc9937c..db9090b9125bb29e40419b84b014077d4c50dda4 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright 2020,2021 Thomas E. Dickey                                     *
+ * Copyright 2020-2021,2023 Thomas E. Dickey                                *
  * Copyright 2013-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -48,7 +48,7 @@ ENTRY *_nc_copy_entry(
 
 #undef _nc_save_str
 char   *_nc_save_str(
-               const char *const string)
+               const char *string)
                { return(*(char **)0); }
 
 #undef _nc_wrap_entry
@@ -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)