微小优化

This commit is contained in:
2025-07-25 14:14:11 +08:00
parent 9f84e29852
commit 387ecea2d0
3 changed files with 18 additions and 10 deletions

View File

@@ -14,5 +14,6 @@ extern int create_ipset(char *set_name);
extern int add_ip_to_ipset(char *set_name, char *ip);
extern int get_ip_count_in_ipset(char *set_name);
extern void add_iptables_rule(const char *rule_name);
extern int del_ip_to_ipset(char *set_name, char *ip);
#endif