mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
remove duplicate function prototype
svn:r3743
This commit is contained in:
parent
ccf318ae59
commit
5254c4e63a
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user