Moved PDC_fix_cursor() prototype to pdcdisp.c.

This commit is contained in:
William McBrine
2006-07-16 02:00:40 +00:00
parent c4a6115e78
commit f05e223ee0
3 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -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

View File

@@ -19,10 +19,12 @@
#include <string.h>
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)