oops; forgot this bit
This commit is contained in:
parent
2f65b6139d
commit
8ed76a6ac4
|
@ -31,7 +31,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)curses.h 8.1 (Berkeley) 6/7/93
|
* from: @(#)curses.h 8.1 (Berkeley) 6/7/93
|
||||||
* $Id: curses.h,v 1.8 1993/11/09 04:05:35 cgd Exp $
|
* $Id: curses.h,v 1.9 1993/11/09 04:08:59 cgd Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CURSES_H_
|
#ifndef _CURSES_H_
|
||||||
|
@ -276,8 +276,8 @@ int suspendwin __P((void));
|
||||||
int touchline __P((WINDOW *, int, int, int));
|
int touchline __P((WINDOW *, int, int, int));
|
||||||
int touchoverlap __P((WINDOW *, WINDOW *));
|
int touchoverlap __P((WINDOW *, WINDOW *));
|
||||||
int touchwin __P((WINDOW *));
|
int touchwin __P((WINDOW *));
|
||||||
int vwprintw __P((WINDOW *, const char *, _BSD_VA_LIST_));
|
int vwprintw __P((WINDOW *, const char *, _VA_LIST_));
|
||||||
int vwscanw __P((WINDOW *, const char *, _BSD_VA_LIST_));
|
int vwscanw __P((WINDOW *, const char *, _VA_LIST_));
|
||||||
int waddch __P((WINDOW *, int));
|
int waddch __P((WINDOW *, int));
|
||||||
int waddnstr __P((WINDOW *, const char *, int));
|
int waddnstr __P((WINDOW *, const char *, int));
|
||||||
int wclear __P((WINDOW *));
|
int wclear __P((WINDOW *));
|
||||||
|
@ -296,7 +296,7 @@ int wrefresh __P((WINDOW *));
|
||||||
int wscanw __P((WINDOW *, const char *, ...));
|
int wscanw __P((WINDOW *, const char *, ...));
|
||||||
char *wstandend __P((WINDOW *));
|
char *wstandend __P((WINDOW *));
|
||||||
char *wstandout __P((WINDOW *));
|
char *wstandout __P((WINDOW *));
|
||||||
int vwprintw __P((WINDOW *, const char *, _BSD_VA_LIST_));
|
int vwprintw __P((WINDOW *, const char *, _VA_LIST_));
|
||||||
|
|
||||||
/* Private functions that are needed for user programs prototypes. */
|
/* Private functions that are needed for user programs prototypes. */
|
||||||
void __cputchar __P((int));
|
void __cputchar __P((int));
|
||||||
|
|
Loading…
Reference in New Issue