diff options
author | Linus Nordberg <linus@torproject.org> | 2012-10-17 14:01:02 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-10-17 14:01:02 +0200 |
commit | e2313d8622aebc2704ce016dfef2be975fa535c3 (patch) | |
tree | 59c4408fd8c7de9d5f042167b1da5ad0a8062bf2 /src/or/geoip.h | |
parent | 74c6dafed63a3e51441dd484d652c0e337585949 (diff) | |
download | tor-e2313d8622aebc2704ce016dfef2be975fa535c3.tar.gz tor-e2313d8622aebc2704ce016dfef2be975fa535c3.zip |
White space.
Diffstat (limited to 'src/or/geoip.h')
-rw-r--r-- | src/or/geoip.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/or/geoip.h b/src/or/geoip.h index 4cde32ea22..38f1289867 100644 --- a/src/or/geoip.h +++ b/src/or/geoip.h @@ -19,7 +19,8 @@ int geoip_get_country_by_ipv4(uint32_t ipaddr); int geoip_get_country_by_ipv6(const struct in6_addr *addr); #endif int should_record_bridge_info(const or_options_t *options); -int geoip_load_file(sa_family_t family, const char *filename, const or_options_t *options); +int geoip_load_file(sa_family_t family, const char *filename, + const or_options_t *options); int geoip_get_country_by_addr(const tor_addr_t *addr); int geoip_get_n_countries(void); const char *geoip_get_country_name(country_t num); @@ -33,7 +34,8 @@ void geoip_remove_old_clients(time_t cutoff); void geoip_note_ns_response(geoip_client_action_t action, geoip_ns_response_t response); -char *geoip_get_client_history(geoip_client_action_t action, int *total_ipv4, int *total_ipv6); +char *geoip_get_client_history(geoip_client_action_t action, int *total_ipv4, + int *total_ipv6); char *geoip_get_request_history(geoip_client_action_t action); int getinfo_helper_geoip(control_connection_t *control_conn, const char *question, char **answer, |