diff options
Diffstat (limited to 'src/or/rendcache.h')
-rw-r--r-- | src/or/rendcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendcache.h b/src/or/rendcache.h index a0cb68e08a..decb040ee7 100644 --- a/src/or/rendcache.h +++ b/src/or/rendcache.h @@ -107,6 +107,8 @@ STATIC void cache_failure_intro_add(const uint8_t *identity, rend_intro_point_failure_t failure); STATIC void validate_intro_point_failure(const rend_service_descriptor_t *desc, const char *service_id); + +STATIC void rend_cache_failure_entry_free_(void *entry); #endif #endif /* TOR_RENDCACHE_H */ |