diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8b46391e7f..b4dffb2c81 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2836,6 +2836,7 @@ void dirvote_clear_pending_votes(void); struct pending_vote_t * dirvote_add_vote(const char *vote_body, const char **msg_out); int dirvote_compute_consensus(void); +int dirvote_add_signatures(const char *detached_signatures_body); #ifdef DIRVOTE_PRIVATE int networkstatus_check_voter_signature(networkstatus_vote_t *consensus, |