mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-18 16:54:38 -04:00
d50e8c463b
Signed-off-by: HuangHaitao <huanghaitao16@huawei.com>
9 lines
220 B
C
9 lines
220 B
C
#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 */
|