From: Roger Dingledine Date: Tue, 11 May 2004 03:21:18 +0000 (+0000) Subject: list in-points to command.c X-Git-Tag: debian-version-0.0.6.2-1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4be6a1f73c284d30b80ac900eedec21e3ec7b9;p=thirdparty%2Ftor.git list in-points to command.c svn:r1849 --- 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 */