Guard against duplicate declarations in term.h and here. This is another

thing that only showed up on my Mac, and I don't get why -- term.h is
the same on both.
This commit is contained in:
William McBrine
2005-12-14 19:57:50 +00:00
parent 1da495103f
commit 0c8271d467

View File

@@ -23,6 +23,8 @@
/* Some functions we don't have */
#define __NCURSES_H
#ifdef HAVE_PROTO
WINDOW *getwin(FILE *filep) { return (WINDOW *)NULL; }
int putwin(WINDOW *win, FILE *filep) { return ERR; }