aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/command.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-14 13:31:20 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-14 13:31:20 -0500
commit08bbb6b8d921233e8d4780b4bc544022b91f1087 (patch)
tree151412e33fbbaf24fe35538110a1e8ade19515f0 /src/core/or/command.h
parentc948db425280f6d132fe0415617e73c63607d904 (diff)
parent59dac38ebe4e6489c2a06d07470023ed5fbdd0aa (diff)
downloadtor-08bbb6b8d921233e8d4780b4bc544022b91f1087.tar.gz
tor-08bbb6b8d921233e8d4780b4bc544022b91f1087.zip
Merge branch 'ticket32892_043_01_squashed'
Diffstat (limited to 'src/core/or/command.h')
-rw-r--r--src/core/or/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/command.h b/src/core/or/command.h
index 1f51d3c5de..14ebb4a339 100644
--- a/src/core/or/command.h
+++ b/src/core/or/command.h
@@ -15,7 +15,6 @@
#include "core/or/channel.h"
void command_process_cell(channel_t *chan, cell_t *cell);
-void command_process_var_cell(channel_t *chan, var_cell_t *cell);
void command_setup_channel(channel_t *chan);
void command_setup_listener(channel_listener_t *chan_l);