aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/command.h
diff options
context:
space:
mode:
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 8c90e1de6f..c0af6f26d1 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);