mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
fixed differing returntype in definition and declaration of dirserv_add_extrainfo
This commit is contained in:
parent
4da2864308
commit
5a959163d3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static const signed_descriptor_t *get_signed_descriptor_by_fp(
|
|||
const char *fp,
|
||||
int extrainfo,
|
||||
time_t publish_cutoff);
|
||||
static int dirserv_add_extrainfo(extrainfo_t *ei, const char **msg);
|
||||
static was_router_added_t dirserv_add_extrainfo(extrainfo_t *ei, const char **msg);
|
||||
|
||||
/************** Measured Bandwidth parsing code ******/
|
||||
#define MAX_MEASUREMENT_AGE (3*24*60*60) /* 3 days */
|
||||
|
|
Loading…
Add table
Reference in a new issue