diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-02 03:15:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-02 03:15:55 +0000 |
commit | 25909c2c29148957022d0b387e0c2f87c7daa1ee (patch) | |
tree | 48df86b5eb5acde7ac78659354b9a132b87b22eb /src/or/or.h | |
parent | 138d744247e767fda9ee33eee3b4e5c7d88b8fd0 (diff) | |
download | tor-25909c2c29148957022d0b387e0c2f87c7daa1ee.tar.gz tor-25909c2c29148957022d0b387e0c2f87c7daa1ee.zip |
patches on patches
svn:r1763
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 76d99170df..b0c8fa6de0 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); |