]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/network.h
Implement search through the network tree
[people/ms/libloc.git] / src / loc / network.h
index 2e1abcbb4659c78694099eb8b1bf1f0b6103be36..63f4bfa81ab3e2e3f483bc51786eafd94cc667e1 100644 (file)
@@ -34,6 +34,7 @@ int loc_network_match_address(struct loc_network* network, const struct in6_addr
 
 const char* loc_network_get_country_code(struct loc_network* network);
 int loc_network_set_country_code(struct loc_network* network, const char* country_code);
+int loc_network_match_country_code(struct loc_network* network, const char* country_code);
 
 uint32_t loc_network_get_asn(struct loc_network* network);
 int loc_network_set_asn(struct loc_network* network, uint32_t asn);