summaryrefslogtreecommitdiff
path: root/games-util/xqf/files/xqf-1.0.6.2-fno-common.patch
blob: 15147ac6d917c6bedbf9a45e64ed6b5e91eee712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/src/filter.c
+++ b/src/filter.c
@@ -88,6 +88,8 @@
 const char* filter_quick_get(void);
 void filter_quick_unset (void);
 
+unsigned int current_server_filter;
+
 /* /QUICK FILTER */
 
 struct filter filters[FILTERS_TOTAL] = {
--- a/src/filter.h
+++ b/src/filter.h
@@ -89,7 +89,6 @@
 
 extern GArray* server_filters;
 
-unsigned int current_server_filter;
 extern unsigned int current_server_filter;