]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncurses
ncurses 6.4 - patch 20221231
[ncurses.git] / ncurses / llib-lncurses
index c0adc1ef24e97e4e8febf98fd003abbe34212ad2..211cf3b760138e0d227b8d4a97d36ae6ad1a2d25 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright 2019,2020,2021 Thomas E. Dickey                                *
+ * Copyright 2019,2021,2022 Thomas E. Dickey                                *
  * Copyright 1998-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -3025,6 +3025,11 @@ void     _nc_free_termtype(
                TERMTYPE *ptr)
                { /* void */ }
 
+#undef _nc_free_termtype1
+void   _nc_free_termtype1(
+               TERMTYPE *ptr)
+               { /* void */ }
+
 #undef _nc_user_definable
 NCURSES_BOOL _nc_user_definable;
 
@@ -3626,6 +3631,11 @@ char     *tigetstr(
 #undef _nc_tparm_err
 int    _nc_tparm_err;
 
+#undef _nc_free_tparm
+void   _nc_free_tparm(
+               TERMINAL *termp)
+               { /* void */ }
+
 #undef _nc_tparm_analyze
 int    _nc_tparm_analyze(
                TERMINAL *term,