]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a missing prototype to or.h
authorNick Mathewson <nickm@torproject.org>
Sun, 13 Feb 2005 22:31:26 +0000 (22:31 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 13 Feb 2005 22:31:26 +0000 (22:31 +0000)
svn:r3621

src/or/or.h

index 21cff2b828114a74480815b94773fd941ddf3444..2403c6599965cb81fe74c4b27913f59934b86f8a 100644 (file)
@@ -1214,6 +1214,7 @@ connection_t *connection_get_by_type(int type);
 connection_t *connection_get_by_type_state(int type, int state);
 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) \