summaryrefslogtreecommitdiff
path: root/net/vtun/files/extra-cfg_file.y
blob: ce727b16e65a33c68665a367af76c7b3d33112dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cfg_file.y.orig	2012-07-09 09:01:08.000000000 +0800
+++ cfg_file.y	2013-02-12 11:33:52.000000000 +0800
@@ -609,7 +609,7 @@
 }
 
 /* Clear the VTUN_NAT_HACK flag which are not relevant to the current operation mode */
-inline void clear_nat_hack_flags(int svr)
+void clear_nat_hack_flags(int svr)
 {
 	if (svr)
 		llist_trav(&host_list,clear_nat_hack_server,NULL);