lh | 9ed821d | 2023-04-07 01:36:19 -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 */ |