Moved XCursesInstruct() prototype to x11/pdcx11.h.

This commit is contained in:
William McBrine
2006-07-16 00:45:15 +00:00
parent c0e7bc6e99
commit de4000af6f
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: curspriv.h,v 1.86 2006/07/15 20:46:23 wmcbrine Exp $ */
/* $Id: curspriv.h,v 1.87 2006/07/16 00:45:15 wmcbrine Exp $ */
/* CURSPRIV.H
@@ -143,7 +143,6 @@ int PDC_query_adapter_type(void);
#endif
#ifdef XCURSES
int XCursesInstruct(int);
int XCursesInstructAndWait(int);
int XCursesInitscr(const char *, int, char **);
#endif

View File

@@ -15,7 +15,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: pdcx11.h,v 1.34 2006/07/14 19:38:30 wmcbrine Exp $ */
/* $Id: pdcx11.h,v 1.35 2006/07/16 00:45:15 wmcbrine Exp $ */
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
@@ -294,6 +294,7 @@ void XCursesLoseOwnership(Widget, Atom *);
void XCursesEndwin(void);
void XCursesExitCursesProcess(int, char *);
void XCursesExitXCursesProcess(int, int, char *);
int XCursesInstruct(int);
void SelectionOff(void);