From f6a70573b0c87c285bc798e479435c9a3c1d1fe6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 23 Oct 2002 16:43:34 -0400 Subject: ERR: Another attempt to remove warnings from missing prototypes. --- Source/CursesDialog/form/frm_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CursesDialog/form/frm_driver.c b/Source/CursesDialog/form/frm_driver.c index af67220..0b53b5a 100644 --- a/Source/CursesDialog/form/frm_driver.c +++ b/Source/CursesDialog/form/frm_driver.c @@ -45,7 +45,7 @@ MODULE_ID("$Id$") /* These declarations are missing from curses.h on some platforms. */ extern int winnstr(WINDOW *, char *, int); -#if defined(__DECCXX_VER) +#if defined(__DECCXX_VER) || (defined(__GNUC__) && defined(__osf__)) extern int waddnstr(WINDOW *,const char *const,int); extern void wbkgdset(WINDOW *,chtype); #ifndef untouchwin -- cgit v0.12