]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove duplicate function prototype
authorRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2005 20:47:23 +0000 (20:47 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2005 20:47:23 +0000 (20:47 +0000)
svn:r3743

src/or/or.h

index a788bb65f78a46c952649dd6a9679f8242c1be73..8137cf814552df63f75202b901866d60f714a838 100644 (file)
@@ -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) \