diff --git a/curspriv.h b/curspriv.h index c2893f04..215341ba 100644 --- a/curspriv.h +++ b/curspriv.h @@ -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 diff --git a/x11/pdcx11.h b/x11/pdcx11.h index ff5dfdfd..f1675b8d 100644 --- a/x11/pdcx11.h +++ b/x11/pdcx11.h @@ -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);