915fd0ce04
with GCC 3.3.1.
13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-an,v 1.1 2003/09/22 20:22:37 tron Exp $
|
|
|
|
--- def.h.orig 1988-07-03 19:50:05.000000000 +0200
|
|
+++ def.h 2003-09-22 21:31:40.000000000 +0200
|
|
@@ -288,7 +288,7 @@
|
|
extern WINDOW *wpopup();
|
|
extern LINE *lalloc();
|
|
extern LINE *lallocx();
|
|
-extern VOID ewprintf();
|
|
+extern VOID ewprintf(char *, ...);
|
|
extern int nrow;
|
|
extern int ncol;
|
|
extern int ttrow;
|