summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f07865d82d..4d3f193320 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2020,6 +2020,7 @@ buf_t *buf_new_with_capacity(size_t size);
void buf_free(buf_t *buf);
void buf_clear(buf_t *buf);
void buf_shrink(buf_t *buf);
+void buf_shrink_freelist(void);
size_t buf_datalen(const buf_t *buf);
size_t buf_capacity(const buf_t *buf);