summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 9a607fb1..8e26304b 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -803,6 +803,9 @@ int __connman_iptables_change_policy(const char *table_name,
int __connman_iptables_append(const char *table_name,
const char *chain,
const char *rule_spec);
+int __connman_iptables_insert(const char *table_name,
+ const char *chain,
+ const char *rule_spec);
int __connman_iptables_delete(const char *table_name,
const char *chain,
const char *rule_spec);