diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-21 10:41:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-21 10:41:23 -0400 |
commit | ddd30f966a4b186d42650e3b321da8352a19b5f5 (patch) | |
tree | 15307d22bca8ec051936472e4fd0cba99f84ad67 /src/or/rendcommon.h | |
parent | 70024ea6c4df8b2fe0c07fe5519d2c9683fc833b (diff) | |
parent | e28448a23e06e4bc997e1fdcca5af04a9d20598c (diff) | |
download | tor-ddd30f966a4b186d42650e3b321da8352a19b5f5.tar.gz tor-ddd30f966a4b186d42650e3b321da8352a19b5f5.zip |
Merge remote-tracking branch 'arma/ticket18332-try3'
Diffstat (limited to 'src/or/rendcommon.h')
-rw-r--r-- | src/or/rendcommon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h index 7d81976013..d67552e405 100644 --- a/src/or/rendcommon.h +++ b/src/or/rendcommon.h @@ -53,14 +53,11 @@ int rend_encode_v2_descriptors(smartlist_t *descs_out, int rend_compute_v2_desc_id(char *desc_id_out, const char *service_id, const char *descriptor_cookie, time_t now, uint8_t replica); -int rend_id_is_in_interval(const char *a, const char *b, const char *c); void rend_get_descriptor_id_bytes(char *descriptor_id_out, const char *service_id, const char *secret_id_part); int hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, const char *id); -int hid_serv_acting_as_directory(void); -MOCK_DECL(int, hid_serv_responsible_for_desc_id, (const char *id)); rend_data_t *rend_data_dup(const rend_data_t *data); rend_data_t *rend_data_client_create(const char *onion_address, |