yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | #ifndef _IPTABLES_MULTI_H |
2 | #define _IPTABLES_MULTI_H 1 | ||||
3 | |||||
4 | extern int iptables_main(int, char **); | ||||
5 | extern int iptables_save_main(int, char **); | ||||
6 | extern int iptables_restore_main(int, char **); | ||||
7 | extern int iptables_xml_main(int, char **); | ||||
8 | |||||
9 | #endif /* _IPTABLES_MULTI_H */ |