mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
03e79f6d24
Bump port revision.
14 lines
312 B
C
14 lines
312 B
C
--- interface.h.orig Tue Oct 28 01:36:19 2003
|
|
+++ interface.h Tue Oct 28 01:36:30 2003
|
|
@@ -59,8 +59,8 @@
|
|
|
|
extern char *lookup_device();
|
|
|
|
-extern void error();
|
|
-extern void warning();
|
|
+extern void error(char *, ...);
|
|
+extern void warning(char *, ...);
|
|
|
|
extern char *read_infile();
|
|
extern char *copy_argv();
|