summaryrefslogtreecommitdiff
blob: dd689b18d772ea26424f14b3c55c953247874789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/707456
--- a/src/wepfilter.c
+++ b/src/wepfilter.c
@@ -30,7 +30,7 @@
 #include "config.h"
 #include "misc.h"
 
-int server_mode;
+extern int server_mode;
 static int capture_successfull = 0;
 static wlan_packet_list* head = NULL;