diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index df2b716ae..317439dff 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3514,10 +3514,12 @@ int router_load_single_router(const char *s, uint8_t purpose, void router_load_routers_from_string(const char *s, const char *eos, saved_location_t saved_location, smartlist_t *requested_fingerprints, + int descriptor_digests, uint8_t purpose); void router_load_extrainfo_from_string(const char *s, const char *eos, saved_location_t saved_location, - smartlist_t *requested_fps); + smartlist_t *requested_fps, + int descriptor_digests); typedef enum { NS_FROM_CACHE, NS_FROM_DIR_BY_FP, NS_FROM_DIR_ALL, NS_GENERATED |