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 9c5e50e6b78..76c23c9fc21 100644
--- a/lib/libcurses/term_entry.h
+++ b/lib/libcurses/term_entry.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: term_entry.h,v 1.7 1999/03/02 06:23:27 millert Exp $ */
+/* $OpenBSD: term_entry.h,v 1.8 1999/05/17 03:03:57 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -126,6 +126,9 @@ extern void _nc_copy_termtype(TERMTYPE *, TERMTYPE *);
/* free_ttype.c: elementary allocation code */
extern void _nc_free_termtype(TERMTYPE *);
+/* lib_acs.c */
+extern void _nc_init_acs(void); /* corresponds to traditional 'init_acs()' */
+
/* parse_entry.c: entry-parsing code */
#if NCURSES_XNAMES
extern bool _nc_user_definable;