summaryrefslogtreecommitdiff
path: root/net-vpn/vtun/files/vtun-3.0.3-gcc5.patch
blob: 8270f7a4d9edc003c8bc84dba7ede0cea180df51 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/cfg_file.y
+++ b/cfg_file.y
@@ -624,7 +624,7 @@ int clear_nat_hack_client(void *d, void
 }

 /* Clear the VTUN_NAT_HACK flag which are not relevant to the current operation mode */
-inline void clear_nat_hack_flags(int svr)
+extern inline void clear_nat_hack_flags(int svr)
 {
 	if (svr)
 		llist_trav(&host_list,clear_nat_hack_server,NULL);