yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | #ifndef _IP6TABLES_MULTI_H |
2 | #define _IP6TABLES_MULTI_H 1 | ||||
3 | |||||
4 | extern int ip6tables_main(int, char **); | ||||
5 | extern int ip6tables_save_main(int, char **); | ||||
6 | extern int ip6tables_restore_main(int, char **); | ||||
7 | |||||
8 | #endif /* _IP6TABLES_MULTI_H */ |