diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-07-31 14:51:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-27 12:28:43 -0400 |
commit | 4836014168067dc4ded2285a04a69ea169bb95a9 (patch) | |
tree | 7385f44899b213ebfb978ee0fd2ae2e550e05239 /src/or/or.h | |
parent | 051491780090c610c06882ead4b2cf17bc6c93df (diff) | |
download | tor-4836014168067dc4ded2285a04a69ea169bb95a9.tar.gz tor-4836014168067dc4ded2285a04a69ea169bb95a9.zip |
Clone fetch_var_cell_from_buf() for evbuffers.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 0246da8ca3..e0c259b049 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2974,8 +2974,6 @@ struct socks_request_t { * every connection. */ }; -/* all the function prototypes go here */ - /********************************* circuitbuild.c **********************/ /** How many hops does a general-purpose circuit have by default? */ |