diff options
Diffstat (limited to 'src/or/dirvote_common.h')
-rw-r--r-- | src/or/dirvote_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/dirvote_common.h b/src/or/dirvote_common.h index 857b8497ee..096e5b0300 100644 --- a/src/or/dirvote_common.h +++ b/src/or/dirvote_common.h @@ -58,9 +58,5 @@ time_t dirvote_get_start_of_next_interval(time_t now, int offset); time_t dirvote_get_next_valid_after_time(void); -document_signature_t *dirvote_get_voter_sig_by_alg( - const networkstatus_voter_info_t *voter, - digest_algorithm_t alg); - #endif /* TOR_DIRVOTE_COMMON_H */ |