diff options
Diffstat (limited to 'net/tcpview/files/patch-interface.h')
-rw-r--r-- | net/tcpview/files/patch-interface.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-interface.h b/net/tcpview/files/patch-interface.h new file mode 100644 index 000000000000..37cbedf843c0 --- /dev/null +++ b/net/tcpview/files/patch-interface.h @@ -0,0 +1,13 @@ +--- 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(); |