fixed conf bugs and refactor

This commit is contained in:
wangyu-
2017-08-23 07:01:21 -05:00
parent eb9633ed59
commit 0a7f9b5cc6
5 changed files with 316 additions and 170 deletions

View File

@@ -166,6 +166,10 @@ vector< vector <string> > string_to_vec2(const char * s);
string trim(const string& str, char c);
string trim_conf_line(const string& str);
vector<string> parse_conf_line(const string& s);
//extern string iptables_pattern;
#endif /* COMMON_H_ */