summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2013-03-19 13:46:30 +0100
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-25 13:17:58 +0200
commit9695eff6941c93668e680f92e52ed287d2dac64c (patch)
tree7192007b1d7a4c27a8dfe80d3287659d7ebeed71 /src/connman.h
parent6caa1417f6c8b2e1460915f2372f333c4b218ac7 (diff)
downloadconnman-9695eff6941c93668e680f92e52ed287d2dac64c.tar.gz
connman-9695eff6941c93668e680f92e52ed287d2dac64c.tar.bz2
connman-9695eff6941c93668e680f92e52ed287d2dac64c.zip
firewall: Add firewall file
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);