diff options
| author | jvoisin | 2022-03-20 18:20:45 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-20 18:20:45 +0100 |
| commit | 81dd7f2ef07af306fe83d7755cbac4529aa9fc8d (patch) | |
| tree | 32cc44c6231b30db5ac7b15699297863460784aa /src/sp_network_utils.h | |
| parent | 83b01942dfc80474cc05e09aeef4b44307a7120b (diff) | |
| parent | c38df1077a6c1dfbca1baca049214d053e2e7684 (diff) | |
Merge remote-tracking branch 'sektioneins/master'
Diffstat (limited to 'src/sp_network_utils.h')
| -rw-r--r-- | src/sp_network_utils.h | 1 |
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 | ||
| 4 | int get_ip_and_cidr(char *, sp_cidr *); | 4 | int get_ip_and_cidr(char *, sp_cidr *); |
| 5 | bool cidr_match(const char *, const sp_cidr *); | 5 | bool cidr_match(const char *, const sp_cidr *); |
| 6 | bool /* 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*/ |
