]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix compilation warning on old clangs.
authorGeorge Kadianakis <desnacked@riseup.net>
Mon, 28 Aug 2017 12:00:09 +0000 (15:00 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Mon, 28 Aug 2017 12:00:09 +0000 (15:00 +0300)
src/or/directory.h

index fc71bf800b05553d166b700cc334815c9cd91620..42bcb55eb202de201e28e2cf799d39370aaa3ffd 100644 (file)
@@ -188,7 +188,6 @@ STATIC char *accept_encoding_header(void);
 STATIC int allowed_anonymous_connection_compression_method(compress_method_t);
 STATIC void warn_disallowed_anonymous_compression_method(compress_method_t);
 
-typedef struct response_handler_args_t response_handler_args_t;
 STATIC int handle_response_fetch_hsdesc_v3(dir_connection_t *conn,
                                           const response_handler_args_t *args);