[or-cvs] Add a missing prototype to or.h

Nick Mathewson nickm at seul.org
Sun Feb 13 22:31:29 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv9557/src/or

Modified Files:
	or.h 
Log Message:
Add a missing prototype to or.h

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -d -r1.534 -r1.535
--- or.h	11 Feb 2005 01:26:47 -0000	1.534
+++ or.h	13 Feb 2005 22:31:26 -0000	1.535
@@ -1214,6 +1214,7 @@
 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) \



More information about the tor-commits mailing list