summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-06-15 14:15:57 +0200
committerDaniel Mack <github@zonque.org>2015-06-15 14:15:57 +0200
commit036fe527a9eedc6f25d26254e9202587b56e5e50 (patch)
treefcd270f84ea6b4fcd90d8d4d15b1a045bd237c7b /src/shared
parentf430b07b72c6cc5aab43ddeba940b59bd0aaecc7 (diff)
parent12c2884c552de25bc9c6155cafff619f6c1766b3 (diff)
Merge pull request #206 from zonque/firewall-rename
firewall: rename fw-util.[ch] → firewall-util.[ch]
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/firewall-util.c (renamed from src/shared/fw-util.c)2
-rw-r--r--src/shared/firewall-util.h (renamed from src/shared/fw-util.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fw-util.c b/src/shared/firewall-util.c
index 6b3599d90d..effc6e8e70 100644
--- a/src/shared/fw-util.c
+++ b/src/shared/firewall-util.c
@@ -28,7 +28,7 @@
#include <libiptc/libiptc.h>
#include "util.h"
-#include "fw-util.h"
+#include "firewall-util.h"
DEFINE_TRIVIAL_CLEANUP_FUNC(struct xtc_handle*, iptc_free);
diff --git a/src/shared/fw-util.h b/src/shared/firewall-util.h
index 93152e3978..93152e3978 100644
--- a/src/shared/fw-util.h
+++ b/src/shared/firewall-util.h