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/test | |
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/test')
-rw-r--r-- | src/test/test-firewall-util.c (renamed from src/test/test-fw-util.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-fw-util.c b/src/test/test-firewall-util.c index ab891aa0c4..d636e427c4 100644 --- a/src/test/test-fw-util.c +++ b/src/test/test-firewall-util.c @@ -20,7 +20,7 @@ ***/ #include "log.h" -#include "fw-util.h" +#include "firewall-util.h" #define MAKE_IN_ADDR_UNION(a,b,c,d) (union in_addr_union) { .in.s_addr = htobe32((uint32_t) (a) << 24 | (uint32_t) (b) << 16 | (uint32_t) (c) << 8 | (uint32_t) (d))} |