From f05e223ee0bb8e09c0ff00641c751c5ef40c4579 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 16 Jul 2006 02:00:40 +0000 Subject: [PATCH] Moved PDC_fix_cursor() prototype to pdcdisp.c. --- curspriv.h | 3 +-- doc/intro.man | 1 - dos/pdcdisp.c | 4 +++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curspriv.h b/curspriv.h index 88648c77..a8e4ea3f 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.88 2006/07/16 01:26:23 wmcbrine Exp $ */ +/* $Id: curspriv.h,v 1.89 2006/07/16 01:59:43 wmcbrine Exp $ */ /* CURSPRIV.H @@ -94,7 +94,6 @@ int PDC_copy_win(const WINDOW *, WINDOW *, int, int, int, int PDC_cursor_off(void); int PDC_cursor_on(void); int PDC_curs_set(int); -int PDC_fix_cursor(int); void PDC_flushinp(void); int PDC_get_bios_key(void); int PDC_get_columns(void); diff --git a/doc/intro.man b/doc/intro.man index 0cd112c7..c0287c0d 100644 --- a/doc/intro.man +++ b/doc/intro.man @@ -532,7 +532,6 @@ FUNCTIONS PDC_cursor_off pdcdisp PDC_cursor_on pdcdisp PDC_debug pdcdebug - PDC_fix_cursor pdcdisp PDC_flushinp pdckbd PDC_getch getch PDC_get_attribute pdcgetsc diff --git a/dos/pdcdisp.c b/dos/pdcdisp.c index 3c17e3e2..1a6178de 100644 --- a/dos/pdcdisp.c +++ b/dos/pdcdisp.c @@ -19,10 +19,12 @@ #include -RCSID("$Id: pdcdisp.c,v 1.34 2006/07/15 20:46:23 wmcbrine Exp $"); +RCSID("$Id: pdcdisp.c,v 1.35 2006/07/16 02:00:40 wmcbrine Exp $"); extern unsigned char atrtab[MAX_ATRTAB]; +int PDC_fix_cursor(int); + #ifdef __PACIFIC__ void movedata(unsigned sseg, unsigned soff, unsigned dseg, unsigned doff, unsigned n)