20 lines
530 B
Text
20 lines
530 B
Text
$NetBSD: patch-au,v 1.1 2004/01/12 11:19:58 seb Exp $
|
|
|
|
--- src/error.h.orig 1998-05-13 10:29:45.000000000 +0000
|
|
+++ src/error.h
|
|
@@ -37,13 +37,13 @@
|
|
#define STATUS_BREAK 1
|
|
#define STATUS_ERROR -1
|
|
|
|
-void Message();
|
|
+void Message(char *, ...);
|
|
void OpenErrorMessage(char *);
|
|
void PopenErrorMessage(char *);
|
|
void OpendirErrorMessage(char *);
|
|
void ChdirErrorMessage(char *);
|
|
void RestoreStderr(void);
|
|
-void MyFatal();
|
|
+void MyFatal(char *, ...);
|
|
void CatchSignal(int);
|
|
void X11ErrorHandler(String);
|
|
void InitErrorLog(void);
|