From e618c15aff328b1332edd22db6a949a61d5c0b3b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 9 Oct 2006 03:39:06 +0000 Subject: r8967@totoro: nickm | 2006-10-08 23:38:50 -0400 Fix some test and warn failures in last commit svn:r8665 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/or.h') 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); -- cgit v1.2.3-54-g00ecf