aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-31 20:12:06 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-31 20:12:06 +0000
commitc3572d2769f9a3aba665d0c2fd5295a5084b312a (patch)
tree37d49b975a626058c087fc54198d1ecfd7d8da8b /lib
parent4152886f7adcb7208344c876a63c50eed827553b (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libcurses/curses.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h
index 15c97771c66a..3491a2f124f8 100644
--- a/lib/libcurses/curses.h
+++ b/lib/libcurses/curses.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)curses.h 8.3 (Berkeley) 7/27/94
- * $Id$
+ * $Id: curses.h,v 1.14 1997/08/23 23:23:07 steve Exp $
*/
#ifndef _CURSES_H_
@@ -278,6 +278,7 @@ extern char *ttytype; /* Full name of current terminal. */
#define winch(w) \
((w)->lines[(w)->cury]->line[(w)->curx].ch & 0377)
+__BEGIN_DECLS
/* Public function prototypes. */
int box __P((WINDOW *, int, int));
int cbreak __P((void));
@@ -388,5 +389,6 @@ int tgetnum __P((const char *));
int tgetflag __P((const char *));
char *tgetstr __P((const char *, char **));
char *tgoto __P((const char *, int, int));
+__END_DECLS
#endif /* !_CURSES_H_ */