diff options
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r-- | src/or/rendservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h index ec32262fea..630191e8b7 100644 --- a/src/or/rendservice.h +++ b/src/or/rendservice.h @@ -118,6 +118,7 @@ typedef struct rend_service_t { } rend_service_t; STATIC void rend_service_free(rend_service_t *service); +STATIC char *rend_service_sos_poison_path(const rend_service_t *service); #endif |