summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 56aba99c6d..679123d75b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2118,7 +2118,7 @@ void directory_initiate_command_routerstatus(routerstatus_t *status,
size_t payload_len);
int parse_http_response(const char *headers, int *code, time_t *date,
- int *compression, char **response);
+ compress_method_t *compression, char **response);
int connection_dir_reached_eof(dir_connection_t *conn);
int connection_dir_process_inbuf(dir_connection_t *conn);