10 #define HAKA_TARGET "HAKA" 11 #define HAKA_TARGET_PRE HAKA_TARGET "-PRE" 12 #define HAKA_TARGET_OUT HAKA_TARGET "-OUT" 14 int apply_iptables(
const char *table,
const char *conf,
bool noflush);
15 int save_iptables(
const char *table,
char **conf,
bool all_targets);