prepare work for auto add iptables rule

This commit is contained in:
wangyu
2017-08-04 11:51:39 +08:00
committed by wangyu
parent 1fba601d9c
commit 5cf4cc7cb2
4 changed files with 105 additions and 71 deletions

View File

@@ -127,5 +127,6 @@ void INThandler(int sig);
int numbers_to_char(id_t id1,id_t id2,id_t id3,char * &data,int &len);
int char_to_numbers(const char * data,int len,id_t &id1,id_t &id2,id_t &id3);
void myexit(int a);
#endif /* COMMON_H_ */