diff options
| author | blotus | 2017-10-02 16:53:49 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-02 16:53:49 +0200 |
| commit | 377cb2a15db578bc61f72c3f8d092599d7a44519 (patch) | |
| tree | ec8ccd072e77df0507bd5e0c4e38449653afed4d /src/sp_network_utils.h | |
| parent | 15216b5b09b918a45f8ea9a68393ca178d716dc3 (diff) | |
| parent | 3552ac0647966ea8bd6ddf0df6ac899421503e8e (diff) | |
Merge pull request #19 from nbs-system/9-cookies-encryption-env-var
Allow to chose the environment variable to derive the cookie encryption key from.
Diffstat (limited to 'src/sp_network_utils.h')
| -rw-r--r-- | src/sp_network_utils.h | 1 |
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 | ||
| 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 | void apply_mask_on_ip(char *, const char * const); | ||
| 7 | 6 | ||
| 8 | #endif /*SP_NETWORK_UTILS_H*/ | 7 | #endif /*SP_NETWORK_UTILS_H*/ |
