aboutsummaryrefslogtreecommitdiff
path: root/ncurses/llib-ltinfot
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/llib-ltinfot')
-rw-r--r--ncurses/llib-ltinfot17
1 files changed, 17 insertions, 0 deletions
diff --git a/ncurses/llib-ltinfot b/ncurses/llib-ltinfot
index 8ac9facbe516..18780beb96b1 100644
--- a/ncurses/llib-ltinfot
+++ b/ncurses/llib-ltinfot
@@ -269,6 +269,11 @@ void _nc_free_entries(
void _nc_leaks_tinfo(void)
{ /* void */ }
+#undef exit_terminfo
+void exit_terminfo(
+ int code)
+ { /* void */ }
+
/* ./fallback.c */
#undef _nc_fallback
@@ -974,6 +979,13 @@ char *tiparm(
...)
{ return(*(char **)0); }
+#undef _nc_tiparm
+char *_nc_tiparm(
+ int expected,
+ const char *string,
+ ...)
+ { return(*(char **)0); }
+
/* ./tinfo/lib_tputs.c */
#undef PC
@@ -1099,6 +1111,11 @@ void _nc_count_outchars(
long increment)
{ /* void */ }
+#undef curses_trace
+unsigned curses_trace(
+ unsigned tracelevel)
+ { return(*(unsigned *)0); }
+
#undef trace
void trace(
const unsigned int tracelevel)