aboutsummaryrefslogtreecommitdiff
path: root/src/common/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/buffers.h')
-rw-r--r--src/common/buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/buffers.h b/src/common/buffers.h
index 0db4f771d6..5a52b2a81c 100644
--- a/src/common/buffers.h
+++ b/src/common/buffers.h
@@ -67,7 +67,7 @@ void buf_pullup(buf_t *buf, size_t bytes,
#ifdef TOR_UNIT_TESTS
buf_t *buf_new_with_data(const char *cp, size_t sz);
#endif
-ATTR_UNUSED STATIC size_t preferred_chunk_size(size_t target);
+size_t buf_preferred_chunk_size(size_t target);
#define DEBUG_CHUNK_ALLOC
/** A single chunk on a buffer. */