diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/command.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/command.c b/src/or/command.c index 921de2c64f..4b898efc28 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -7,6 +7,12 @@ * \brief Functions for processing incoming cells **/ +/* In-points to command.c: + * + * - command_process_cell(), called from + * connection_or_process_cells_from_inbuf() in connection_or.c. + */ + #include "or.h" extern or_options_t options; /* command-line and config-file options */ |