diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 20:04:12 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | 86d6bfe448ec945957b23555f14e79f64896aca9 (patch) | |
tree | 0afd6f7843947ac25df6739d50f5026fef469845 /src/or/or.h | |
parent | 0f1548ab18c09efda944def3597bafc2cd9552c8 (diff) | |
download | tor-86d6bfe448ec945957b23555f14e79f64896aca9.tar.gz tor-86d6bfe448ec945957b23555f14e79f64896aca9.zip |
Create microdesc.h
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/or/or.h b/src/or/or.h index 461c55c82a..2b3b384805 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3272,27 +3272,6 @@ typedef enum { typedef struct microdesc_cache_t microdesc_cache_t; -microdesc_cache_t *get_microdesc_cache(void); - -smartlist_t *microdescs_add_to_cache(microdesc_cache_t *cache, - const char *s, const char *eos, saved_location_t where, - int no_save); -smartlist_t *microdescs_add_list_to_cache(microdesc_cache_t *cache, - smartlist_t *descriptors, saved_location_t where, - int no_save); - -int microdesc_cache_rebuild(microdesc_cache_t *cache); -int microdesc_cache_reload(microdesc_cache_t *cache); -void microdesc_cache_clear(microdesc_cache_t *cache); - -microdesc_t *microdesc_cache_lookup_by_digest256(microdesc_cache_t *cache, - const char *d); - -size_t microdesc_average_size(microdesc_cache_t *cache); - -void microdesc_free(microdesc_t *md); -void microdesc_free_all(void); - /********************************* networkstatus.c *********************/ /** How old do we allow a v2 network-status to get before removing it |