aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-26 22:03:13 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-26 22:03:13 +0000
commitad07366da59386cda14af478e83fd2cf5cb22cc4 (patch)
treed3ae6a8e5fcb046d6c8bf259ab06f128e3b80313 /src/or/rendservice.c
parent596b822337a0a2c7ec7f07f9ae8b70bae157575f (diff)
downloadtor-ad07366da59386cda14af478e83fd2cf5cb22cc4.tar
tor-ad07366da59386cda14af478e83fd2cf5cb22cc4.tar.gz
Fix compile with warnings enabled
svn:r13301
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 2894702ee..92806e8b0 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -1034,7 +1034,7 @@ find_intro_circuit(rend_intro_point_t *intro, const char *pk_digest,
* rend_encoded_v2_service_descriptor_t's in <b>descs</b> and upload them;
* <b>service_id</b> and <b>seconds_valid</b> are only passed for logging
* purposes. */
-static void
+void
directory_post_to_hs_dir(smartlist_t *descs, const char *service_id,
int seconds_valid)
{