You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/siphon/files/siphon-666-fno-common.patch

23 lines
363 B

--- a/main.c
+++ b/main.c
@@ -12,6 +12,9 @@
#include <siphon.h>
+char *device, *logfile;
+int verbose, back;
+
void usage (char *);
void title(void);
--- a/siphon.h
+++ b/siphon.h
@@ -51,5 +51,5 @@
void *parse (void *);
void *siphon_log(void *);
-char *device, *logfile;
-int verbose, back;
+extern char *device, *logfile;
+extern int verbose, back;