summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-multi.h
blob: 759e24f0867240cc5b340dbf9ab4e01b1871ddb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _XTABLES_MULTI_H
#define _XTABLES_MULTI_H 1

extern int iptables_xml_main(int, char **);
extern int xtables_main(int, char **);
extern int xtables_save_main(int, char **);
extern int xtables_restore_main(int, char **);
extern int xtables_config_main(int, char **);
extern int xtables_events_main(int, char **);
extern int xtables_arp_main(int, char **);

#endif /* _XTABLES_MULTI_H */