diff options
Diffstat (limited to 'src/or/geoip.h')
-rw-r--r-- | src/or/geoip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.h b/src/or/geoip.h index 145a421477..4cde32ea22 100644 --- a/src/or/geoip.h +++ b/src/or/geoip.h @@ -33,7 +33,7 @@ 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); +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, |