diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 76d99170d..b0c8fa6de 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -646,8 +646,6 @@ struct socks_request_t { /********************************* buffers.c ***************************/ -/* 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); void buf_free(buf_t *buf); @@ -802,7 +800,6 @@ 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_wants_to_flush(connection_t *conn); int connection_outbuf_too_full(connection_t *conn); |