diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 03:39:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 03:39:06 +0000 |
commit | e618c15aff328b1332edd22db6a949a61d5c0b3b (patch) | |
tree | 34616c4031fc5246b5bd35fbc97b50d71118cc3e /src/or/or.h | |
parent | c6f2d725d005f912830b523aa1d1a419f4e22ecd (diff) | |
download | tor-e618c15aff328b1332edd22db6a949a61d5c0b3b.tar.gz tor-e618c15aff328b1332edd22db6a949a61d5c0b3b.zip |
r8967@totoro: nickm | 2006-10-08 23:38:50 -0400
Fix some test and warn failures in last commit
svn:r8665
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
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); |