diff options
Diffstat (limited to 'src/or/rendcache.h')
-rw-r--r-- | src/or/rendcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcache.h b/src/or/rendcache.h index 21be9f908b..9a18810821 100644 --- a/src/or/rendcache.h +++ b/src/or/rendcache.h @@ -68,6 +68,7 @@ size_t rend_cache_get_total_allocation(void); void rend_cache_intro_failure_note(unsigned int failure, const uint8_t *identity, const char *service_id); +void rend_cache_failure_purge(void); #endif /* TOR_RENDCACHE_H */ |