summaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-06-30 14:19:55 -0400
committerNick Mathewson <nickm@torproject.org>2016-06-30 14:19:55 -0400
commitb5beb2afa65fb63ada034e16bd825d5f3c5b1ebe (patch)
tree90385edbe000515ab6776d19b891f326a94467f9 /src/or/routerlist.h
parentded7e8093cad02c3acb53b4bb47083ae82b10b57 (diff)
downloadtor-b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe.tar.gz
tor-b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe.zip
fix a syntax warning
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index e75c922d4e..b671bdffa8 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -104,7 +104,7 @@ void routerlist_remove(routerlist_t *rl, routerinfo_t *ri, int make_old,
void routerlist_free_all(void);
void routerlist_reset_warnings(void);
-MOCK_DECL(smartlist_t *, list_authority_ids_with_downloads, (void);)
+MOCK_DECL(smartlist_t *, list_authority_ids_with_downloads, (void));
MOCK_DECL(download_status_t *, id_only_download_status_for_authority_id,
(const char *digest));
MOCK_DECL(smartlist_t *, list_sk_digests_for_authority_id,