diff options
author | Daniel Mack <daniel@zonque.org> | 2015-06-15 13:50:43 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-06-15 14:08:02 +0200 |
commit | 12c2884c552de25bc9c6155cafff619f6c1766b3 (patch) | |
tree | fcd270f84ea6b4fcd90d8d4d15b1a045bd237c7b /src/shared | |
parent | f430b07b72c6cc5aab43ddeba940b59bd0aaecc7 (diff) |
firewall: rename fw-util.[ch] → firewall-util.[ch]
The names fw-util.[ch] are too ambiguous, better rename the files to
firewall-util.[ch]. Also rename the test accordingly.
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 |