mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fix a syntax warning
This commit is contained in:
parent
ded7e8093c
commit
b5beb2afa6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user