summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-06-01 22:09:58 +0000
committerNick Mathewson <nickm@torproject.org>2004-06-01 22:09:58 +0000
commit0d20fee2fbd48978f631175fee71f8f74908b359 (patch)
treeba9b19bfebbf17c8540852c13ebeaa4a4e43bd92 /src/or/or.h
parent94782444f80f483bafebf537b059f2d8a8e0cdd2 (diff)
downloadtor-0d20fee2fbd48978f631175fee71f8f74908b359.tar.gz
tor-0d20fee2fbd48978f631175fee71f8f74908b359.zip
Add more asserts to dns-pending connections; fix a couple seeming bugs.
svn:r1931
Diffstat (limited to 'src/or/or.h')
-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 eb9ee85a5a..d1fd6e9761 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1125,6 +1125,7 @@ int dns_resolve(connection_t *exitconn);
int connection_add(connection_t *conn);
int connection_remove(connection_t *conn);
+int connection_in_array(connection_t *conn);
void get_connection_array(connection_t ***array, int *n);