summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 6b81477a..e09c22e2 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -879,3 +879,7 @@ void __connman_nat_cleanup(void);
int __connman_nat_enable(const char *name, const char *address,
unsigned char prefixlen);
void __connman_nat_disable(const char *name);
+
+
+int __connman_firewall_init(void);
+void __connman_firewall_cleanup(void);