lh | 9ed821d | 2023-04-07 01:36:19 -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 */ |