some more ASNum additions

This commit is contained in:
Arvid Norberg
2008-04-22 00:05:23 +00:00
parent 9e63383458
commit 9a434a919f
5 changed files with 36 additions and 4 deletions

View File

@@ -203,6 +203,7 @@ namespace libtorrent
#endif
#ifndef TORRENT_DISABLE_GEO_IP
int as_for_ip(address const& addr);
bool load_asnum_db(char const* file);
bool load_country_db(char const* file);
#endif