[or-cvs] r9254: Fix compile error with warnings enabled: connection_dir_supp (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Wed Jan 3 13:29:31 UTC 2007
Author: nickm
Date: 2007-01-03 08:29:30 -0500 (Wed, 03 Jan 2007)
New Revision: 9254
Modified:
tor/trunk/
tor/trunk/src/or/or.h
Log:
r11818 at Kushana: nickm | 2007-01-03 08:29:17 -0500
Fix compile error with warnings enabled: connection_dir_supports_tunnels was redeclared as static.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r11818] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2007-01-03 12:41:30 UTC (rev 9253)
+++ tor/trunk/src/or/or.h 2007-01-03 13:29:30 UTC (rev 9254)
@@ -2269,8 +2269,6 @@
int connection_dir_process_inbuf(dir_connection_t *conn);
int connection_dir_finished_flushing(dir_connection_t *conn);
int connection_dir_finished_connecting(dir_connection_t *conn);
-int connection_dir_supports_tunnels(or_options_t *options,
- const char *platform);
void connection_dir_request_failed(dir_connection_t *conn);
int dir_split_resource_into_fingerprints(const char *resource,
smartlist_t *fp_out, int *compresseed_out,
More information about the tor-commits
mailing list