From 2d40991427a80ad25dccd8f2f26e0ef3fb1d9789 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Mar 2005 18:43:24 +0000 Subject: Report HTTP reasons to directory clients. (Also, fix format on new TODO items) svn:r3811 --- 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 769ceacc0..603aeb31a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1434,7 +1434,7 @@ void directory_initiate_command_router(routerinfo_t *router, uint8_t purpose, const char *payload, size_t payload_len); int parse_http_response(const char *headers, int *code, time_t *date, - int *compression); + int *compression, char **response); int connection_dir_reached_eof(connection_t *conn); int connection_dir_process_inbuf(connection_t *conn); -- cgit v1.2.3