diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-21 23:03:23 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-21 23:03:23 +0000 |
| commit | 47d3b798a64527111639b313720f23926dfaa4ed (patch) | |
| tree | 51a7159c008a4d2bedc3f6b9481bea9c1f898d23 /lib/libncurses | |
| parent | 326d35c650f6cbdaa8f8f76587c43cf9ae56a2d6 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/termcap.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/libncurses/termcap.h b/lib/libncurses/termcap.h index 05c86ca7dfe4..9a5dd3293601 100644 --- a/lib/libncurses/termcap.h +++ b/lib/libncurses/termcap.h @@ -1,15 +1,10 @@ - - #ifndef _TERMCAP_H #define _TERMCAP_H 1 -#ifdef __cplusplus -extern "C" -{ -#endif /* __cplusplus */ - #include <sys/cdefs.h> +__BEGIN_DECLS + extern char PC; extern char *UP; extern char *BC; @@ -25,8 +20,6 @@ extern int tputs __P((const char *, int, int (*)(int))); extern char *tgoto __P((const char *, int, int)); extern char *tparam __P((const char *, char *, int, ...)); -#ifdef __cplusplus -} -#endif +__END_DECLS #endif /* _TERMCAP_H */ |
