aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-02-13 22:31:26 +0000
committerNick Mathewson <nickm@torproject.org>2005-02-13 22:31:26 +0000
commit427e246a10a6dbfa153adb6f5edf284e09f05c82 (patch)
tree5f41014de64baedf4cf9d835c0f8d305c602f510 /src
parentd90ab823eab9333aeabad55e18d480593a27557c (diff)
downloadtor-427e246a10a6dbfa153adb6f5edf284e09f05c82.tar.gz
tor-427e246a10a6dbfa153adb6f5edf284e09f05c82.zip
Add a missing prototype to or.h
svn:r3621
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 21cff2b828..2403c65999 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -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) \