]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltinfot
ncurses 6.2 - patch 20201227
[ncurses.git] / ncurses / llib-ltinfot
index e33aefbb2a1c91a775f030e73bd19786cc854a43..18780beb96b174bdb694fb7f53d34aff4732f9eb 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
 /****************************************************************************
- * Copyright (c) 2013-2017,2019 Free Software Foundation, Inc.              *
+ * Copyright 2019,2020 Thomas E. Dickey                                     *
+ * Copyright 2013-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -268,6 +269,11 @@ void       _nc_free_entries(
 void   _nc_leaks_tinfo(void)
                { /* void */ }
 
 void   _nc_leaks_tinfo(void)
                { /* void */ }
 
+#undef exit_terminfo
+void   exit_terminfo(
+               int     code)
+               { /* void */ }
+
 /* ./fallback.c */
 
 #undef _nc_fallback
 /* ./fallback.c */
 
 #undef _nc_fallback
@@ -973,6 +979,13 @@ char       *tiparm(
                ...)
                { return(*(char **)0); }
 
                ...)
                { return(*(char **)0); }
 
+#undef _nc_tiparm
+char   *_nc_tiparm(
+               int     expected, 
+               const char *string, 
+               ...)
+               { return(*(char **)0); }
+
 /* ./tinfo/lib_tputs.c */
 
 #undef PC
 /* ./tinfo/lib_tputs.c */
 
 #undef PC
@@ -1098,6 +1111,11 @@ void     _nc_count_outchars(
                long    increment)
                { /* void */ }
 
                long    increment)
                { /* void */ }
 
+#undef curses_trace
+unsigned curses_trace(
+               unsigned tracelevel)
+               { return(*(unsigned *)0); }
+
 #undef trace
 void   trace(
                const unsigned int tracelevel)
 #undef trace
 void   trace(
                const unsigned int tracelevel)