summaryrefslogtreecommitdiff
path: root/src/or/geoip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/geoip.h')
-rw-r--r--src/or/geoip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/geoip.h b/src/or/geoip.h
index 19855c9cf5..b9b53c3006 100644
--- a/src/or/geoip.h
+++ b/src/or/geoip.h
@@ -34,6 +34,7 @@ void geoip_note_client_seen(geoip_client_action_t action,
void geoip_remove_old_clients(time_t cutoff);
void geoip_note_ns_response(geoip_ns_response_t response);
+char *geoip_get_transport_history(void);
int geoip_get_client_history(geoip_client_action_t action,
char **country_str, char **ipver_str);
char *geoip_get_request_history(void);