summaryrefslogtreecommitdiff
path: root/lib/libcurses/tinfo
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-24 20:06:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-24 20:06:48 +0000
commit9b8541850eab4ca3bdac121bb084759c472c2ce5 (patch)
treec30989580142e374bd9f9aaa8076818b194c9413 /lib/libcurses/tinfo
parentb625433b5e5340e3b68f2060a591b7894023c913 (diff)
ncurses-4.2-990123
Diffstat (limited to 'lib/libcurses/tinfo')
-rw-r--r--lib/libcurses/tinfo/MKcaptab.awk9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libcurses/tinfo/MKcaptab.awk b/lib/libcurses/tinfo/MKcaptab.awk
index 2ea3236af3b..8d9a41b4877 100644
--- a/lib/libcurses/tinfo/MKcaptab.awk
+++ b/lib/libcurses/tinfo/MKcaptab.awk
@@ -1,6 +1,6 @@
#!/bin/sh
-# $OpenBSD: MKcaptab.awk,v 1.1 1999/01/18 19:10:12 millert Exp $
-# $From: MKcaptab.awk,v 1.10 1997/09/11 17:40:46 tom Exp $
+# $OpenBSD: MKcaptab.awk,v 1.2 1999/01/24 20:06:47 millert Exp $
+# $From: MKcaptab.awk,v 1.11 1999/01/24 02:46:42 Jeffrey.C.Honig Exp $
AWK=${1-awk}
DATA=${2-../include/Caps}
@@ -63,4 +63,9 @@ const struct name_table_entry *_nc_get_table(bool termcap)
{
return termcap ? _nc_cap_table: _nc_info_table ;
}
+
+const struct name_table_entry * const * _nc_get_hash_table(bool termcap)
+{
+ return termcap ? _nc_cap_hash_table: _nc_info_hash_table ;
+}
EOF