summaryrefslogtreecommitdiffstats
path: root/iptables-multi.h
blob: a9912b0479993cfe30f9de3c709222c3802739d7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _IPTABLES_MULTI_H
#define _IPTABLES_MULTI_H 1

extern int iptables_main(int, char **);
extern int iptables_save_main(int, char **);
extern int iptables_restore_main(int, char **);
extern int iptables_xml_main(int, char **);

#endif /* _IPTABLES_MULTI_H */