summaryrefslogtreecommitdiff
path: root/src/or/channel.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-11-22 12:46:45 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-11-22 15:50:13 -0500
commit36f1fb3be30f2563c7fa1eb220cb0484767adc28 (patch)
tree1ea1af0cc1659b76b4751ec84435ea6a50900981 /src/or/channel.h
parent47aaaf44032aa689dddbc13d07794b50a603c883 (diff)
downloadtor-36f1fb3be30f2563c7fa1eb220cb0484767adc28.tar.gz
tor-36f1fb3be30f2563c7fa1eb220cb0484767adc28.zip
test: Add unit test for channel_check_for_duplicates()
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/channel.h')
-rw-r--r--src/or/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channel.h b/src/or/channel.h
index 5a2457faf0..d88a77c9ae 100644
--- a/src/or/channel.h
+++ b/src/or/channel.h
@@ -431,6 +431,8 @@ void channel_set_cmux_policy_everywhere(circuitmux_policy_t *pol);
#ifdef CHANNEL_PRIVATE_
+STATIC void channel_add_to_digest_map(channel_t *chan);
+
#endif /* defined(CHANNEL_PRIVATE_) */
/* Channel operations for subclasses and internal use only */