diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-06-21 19:29:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-06-21 19:29:32 +0000 |
commit | 04b871486cd4912f909f2959c0a22e1bff8591c8 (patch) | |
tree | 2d3db3d7f16a9b9d2bcf2f64f39af77eaab7b808 /src/or/or.h | |
parent | 03544caca7c7eb592e2d53f821bf148ed4afbd08 (diff) | |
download | tor-04b871486cd4912f909f2959c0a22e1bff8591c8.tar.gz tor-04b871486cd4912f909f2959c0a22e1bff8591c8.zip |
Reorder connection_or and make unexported functions static. Partially convert to symbolic constants -- Roger, was this what you had in mind?
svn:r342
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2a0f716201..44f4fafc62 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -615,18 +615,6 @@ int connection_op_handle_listener_read(connection_t *conn); int connection_or_process_inbuf(connection_t *conn); int connection_or_finished_flushing(connection_t *conn); -void connection_or_set_open(connection_t *conn); -void conn_or_init_crypto(connection_t *conn); - -int or_handshake_op_send_keys(connection_t *conn); -int or_handshake_op_finished_sending_keys(connection_t *conn); - -int or_handshake_client_process_auth(connection_t *conn); -int or_handshake_client_send_auth(connection_t *conn); - -int or_handshake_server_process_auth(connection_t *conn); -int or_handshake_server_process_nonce(connection_t *conn); - connection_t *connection_or_connect(routerinfo_t *router); int connection_or_create_listener(struct sockaddr_in *bindaddr); |