summaryrefslogtreecommitdiff
path: root/src/sp_network_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_network_utils.h')
-rw-r--r--src/sp_network_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_network_utils.h b/src/sp_network_utils.h
index 6b6ce92..2c1062a 100644
--- a/src/sp_network_utils.h
+++ b/src/sp_network_utils.h
@@ -3,6 +3,5 @@
3 3
4int get_ip_and_cidr(char *, sp_cidr *); 4int get_ip_and_cidr(char *, sp_cidr *);
5bool cidr_match(const char *, const sp_cidr *); 5bool cidr_match(const char *, const sp_cidr *);
6void apply_mask_on_ip(char *, const char * const);
7 6
8#endif /*SP_NETWORK_UTILS_H*/ 7#endif /*SP_NETWORK_UTILS_H*/