Merge "Return errors to caller" into tizen_5.5
[platform/core/connectivity/stc-manager.git] / src / helper / helper-iptables.h
old mode 100644 (file)
new mode 100755 (executable)
index 6fa7908..f9f069a
@@ -76,6 +76,8 @@ typedef struct {
 
 stc_error_e iptables_add(iptables_rule_s *rule, iptables_ip_type_e iptype);
 stc_error_e iptables_remove(iptables_rule_s *rule, iptables_ip_type_e iptype);
+stc_error_e iptables_add_list(GSList *iptables_list, iptables_ip_type_e iptype);
+stc_error_e iptables_remove_list(GSList *iptables_list, iptables_ip_type_e iptype);
 stc_error_e iptables_flush_chains(void);
 stc_error_e iptables_init(void);
 stc_error_e iptables_deinit(void);