diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-11 20:47:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-11 20:47:23 +0000 |
commit | 5254c4e63a43ad5b321dcf63bc056d8637712219 (patch) | |
tree | 23277f014444c2e6a7fa6d0ac13922043cede0c7 /src/or/or.h | |
parent | ccf318ae5963dfabe58dd973df19466266bd0922 (diff) | |
download | tor-5254c4e63a43ad5b321dcf63bc056d8637712219.tar.gz tor-5254c4e63a43ad5b321dcf63bc056d8637712219.zip |
remove duplicate function prototype
svn:r3743
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index a788bb65f7..8137cf8145 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1266,7 +1266,6 @@ connection_t *connection_get_by_type_state(int type, int state); connection_t *connection_get_by_type_purpose(int type, int purpose); connection_t *connection_get_by_type_state_lastwritten(int type, int state); connection_t *connection_get_by_type_state_rendquery(int type, int state, const char *rendquery); -connection_t *connection_get_by_type_purpose(int type, int purpose); #define connection_speaks_cells(conn) ((conn)->type == CONN_TYPE_OR) #define connection_has_pending_tls_data(conn) \ |