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, 1 insertions, 0 deletions
diff --git a/src/sp_network_utils.h b/src/sp_network_utils.h
index 2c1062a..69789a6 100644
--- a/src/sp_network_utils.h
+++ b/src/sp_network_utils.h
@@ -3,5 +3,6 @@
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 *);
6bool /* success */ get_ip_str(char *dst, size_t dst_len, sp_cidr *cidr);
6 7
7#endif /*SP_NETWORK_UTILS_H*/ 8#endif /*SP_NETWORK_UTILS_H*/