summaryrefslogtreecommitdiff
path: root/src/or/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/buffers.h')
-rw-r--r--src/or/buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.h b/src/or/buffers.h
index 9762cf2af2..a9273dcd0e 100644
--- a/src/or/buffers.h
+++ b/src/or/buffers.h
@@ -98,7 +98,7 @@ struct buf_t {
#endif
#ifdef BUFFERS_PRIVATE
-int buf_http_find_content_length(const char *headers, size_t headerlen,
+STATIC int buf_http_find_content_length(const char *headers, size_t headerlen,
size_t *result_out);
#endif