Add a missing prototype to or.h

svn:r3621
This commit is contained in:
Nick Mathewson
2005-02-13 22:31:26 +00:00
parent d90ab823ea
commit 427e246a10
+1
View 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) \