aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-18 15:51:29 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-15 12:03:36 -0400
commitc342ea98791ccbeb67b1255816ca2e92167cefb0 (patch)
tree81a9f7a8ff193bfc4b4bfe863179057882d558e6 /src/or/connection.h
parent7da59721a9963862b7b19dbba4e55d010c296d34 (diff)
downloadtor-c342ea98791ccbeb67b1255816ca2e92167cefb0.tar.gz
tor-c342ea98791ccbeb67b1255816ca2e92167cefb0.zip
Unit tests for ext_or_id_map.
Diffstat (limited to 'src/or/connection.h')
-rw-r--r--src/or/connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h
index 5ca8ca3430..19f11c7439 100644
--- a/src/or/connection.h
+++ b/src/or/connection.h
@@ -214,5 +214,9 @@ void connection_enable_rate_limiting(connection_t *conn);
#define connection_type_uses_bufferevent(c) (0)
#endif
+#ifdef CONNECTION_PRIVATE
+STATIC void connection_free_(connection_t *conn);
+#endif
+
#endif