diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 83d1bb7267..76d99170df 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -646,7 +646,7 @@ struct socks_request_t { /********************************* buffers.c ***************************/ -int find_on_inbuf(char *string, int string_len, buf_t *buf); +/* int find_on_inbuf(char *string, int string_len, buf_t *buf); */ buf_t *buf_new(); buf_t *buf_new_with_capacity(size_t size); @@ -802,7 +802,7 @@ int connection_handle_read(connection_t *conn); int connection_read_to_buf(connection_t *conn); int connection_fetch_from_buf(char *string, int len, connection_t *conn); -int connection_find_on_inbuf(char *string, int len, connection_t *conn); +/* int connection_find_on_inbuf(char *string, int len, connection_t *conn); */ int connection_wants_to_flush(connection_t *conn); int connection_outbuf_too_full(connection_t *conn); |