summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-multi.h
blob: a2bb8784d9db8d0276f03b69d1c95513679433dd (plain)
1
2
3
4
5
6
7
8
#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 **);

#endif /* _IPTABLES_MULTI_H */