summaryrefslogtreecommitdiff
path: root/src/or/microdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/microdesc.h')
-rw-r--r--src/or/microdesc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/microdesc.h b/src/or/microdesc.h
index e3e80ed569..943873066e 100644
--- a/src/or/microdesc.h
+++ b/src/or/microdesc.h
@@ -32,8 +32,6 @@ 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);
-
smartlist_t *microdesc_list_missing_digest256(networkstatus_t *ns,
microdesc_cache_t *cache,
int downloadable_only,