Allow this to include from C++ programs.
PR: 2382 Submitted by: Peter Jeremy <perer.jeremy@alcatel.com.au>
This commit is contained in:
parent
4152886f7a
commit
c3572d2769
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user