blob: 68845dc1ca5eca542de4c139f94393026730fd60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- builtins/common.h.orig Fri Aug 29 12:14:20 2003
+++ builtins/common.h Fri Aug 29 12:14:46 2003
@@ -23,7 +23,7 @@
#define ISOPTION(s, c) (s[0] == '-' && !s[2] && s[1] == c)
-extern void builtin_error ();
+extern void builtin_error (char *, ...);
extern void bad_option ();
extern int get_numeric_arg ();
|