ip6tables-multi.h revision e37d45ce390c2f5a7f1e64742b9100ecef0def54
1#ifndef _IP6TABLES_MULTI_H
2#define _IP6TABLES_MULTI_H 1
3
4extern int ip6tables_main(int, char **);
5extern int ip6tables_save_main(int, char **);
6extern int ip6tables_restore_main(int, char **);
7
8#endif /* _IP6TABLES_MULTI_H */
9