aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/include/unctrl.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/include/unctrl.h.in')
-rw-r--r--contrib/ncurses/include/unctrl.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ncurses/include/unctrl.h.in b/contrib/ncurses/include/unctrl.h.in
index cc10079f11c7..70d74b7714b1 100644
--- a/contrib/ncurses/include/unctrl.h.in
+++ b/contrib/ncurses/include/unctrl.h.in
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc. *
+ * Copyright (c) 1998,2000 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -39,10 +39,10 @@
* as ^?. Printable characters are displayed as is.
*/
-/* $Id: unctrl.h.in,v 1.8 1998/02/11 12:13:45 tom Exp $ */
+/* $Id: unctrl.h.in,v 1.10 2001/03/24 21:53:25 tom Exp $ */
-#ifndef _UNCTRL_H
-#define _UNCTRL_H 1
+#ifndef NCURSES_UNCTRL_H_incl
+#define NCURSES_UNCTRL_H_incl 1
#undef NCURSES_VERSION
#define NCURSES_VERSION "@NCURSES_MAJOR@.@NCURSES_MINOR@"
@@ -54,10 +54,10 @@ extern "C" {
#include <curses.h>
#undef unctrl
-extern NCURSES_CONST char *unctrl(chtype);
+NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
#ifdef __cplusplus
}
#endif
-#endif /* _UNCTRL_H */
+#endif /* NCURSES_UNCTRL_H_incl */