summaryrefslogtreecommitdiff
path: root/lib/libcurses/term_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/term_entry.h')
-rw-r--r--lib/libcurses/term_entry.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcurses/term_entry.h b/lib/libcurses/term_entry.h
index 69be127a0ff..cd3f5060b6c 100644
--- a/lib/libcurses/term_entry.h
+++ b/lib/libcurses/term_entry.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: term_entry.h,v 1.2 1999/01/18 19:09:16 millert Exp $ */
+/* $OpenBSD: term_entry.h,v 1.3 1999/01/22 04:50:43 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -90,6 +90,9 @@ extern bool _nc_entry_match(char *, char *);
extern int _nc_resolve_uses(void);
extern void _nc_free_entries(ENTRY *);
+/* read_bsd_terminfo.c: terminfo.db reading */
+extern int _nc_read_bsd_terminfo_entry(const char * const, char * const, TERMTYPE *const);
+
#ifdef __cplusplus
}
#endif