aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/buffers.h')
-rw-r--r--src/or/buffers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/buffers.h b/src/or/buffers.h
index ca01dc8074..4f565ddce8 100644
--- a/src/or/buffers.h
+++ b/src/or/buffers.h
@@ -57,6 +57,7 @@ int fetch_from_evbuffer_http(struct evbuffer *buf,
char **headers_out, size_t max_headerlen,
char **body_out, size_t *body_used, size_t max_bodylen,
int force_complete);
+int peek_evbuffer_has_control0_command(struct evbuffer *buf);
#endif
void assert_buf_ok(buf_t *buf);