summaryrefslogtreecommitdiff
path: root/lib/libcurses/tic.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-03-12 04:36:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-03-12 04:36:03 +0000
commit70e499b75a4474bff42c68f00994bfc1163959b7 (patch)
tree901aa3088cd8be9250687eac0db5027b29734dc9 /lib/libcurses/tic.h
parent5592556834ceab961c80a5ac15d2e1477e9ac705 (diff)
these somehow got missed in the earlier curses commit
Diffstat (limited to 'lib/libcurses/tic.h')
-rw-r--r--lib/libcurses/tic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/tic.h b/lib/libcurses/tic.h
index 52d68301197..a1f5158e07a 100644
--- a/lib/libcurses/tic.h
+++ b/lib/libcurses/tic.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tic.h,v 1.4 1999/02/24 06:31:07 millert Exp $ */
+/* $OpenBSD: tic.h,v 1.5 1999/03/12 04:36:02 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -248,7 +248,7 @@ extern void _nc_warning(const char *const,...) GCC_PRINTFLIKE(1,2);
extern bool _nc_suppress_warnings;
/* comp_expand.c: expand string into readable form */
-extern char *_nc_tic_expand(const char *, bool, bool);
+extern char *_nc_tic_expand(const char *, bool, int);
/* comp_scan.c: decode string from readable form */
extern char _nc_trans_string(char *);