summaryrefslogtreecommitdiff
path: root/src/sp_network_utils.h
blob: 2c1062a9d93916744be2f6c75d04376a6929b8cd (plain)
1
2
3
4
5
6
7
#ifndef SP_NETWORK_UTILS_H
#define SP_NETWORK_UTILS_H

int get_ip_and_cidr(char *, sp_cidr *);
bool cidr_match(const char *, const sp_cidr *);

#endif /*SP_NETWORK_UTILS_H*/