diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-11 03:21:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-11 03:21:18 +0000 |
commit | df4be6a1f73c284d30b80ac900eedec21e3ec7b9 (patch) | |
tree | 6863f323f7644c109f8c07cfdbc6094c534643bd /src | |
parent | 3e2f889a29618a452d91063fe8db3d842acadf77 (diff) | |
download | tor-df4be6a1f73c284d30b80ac900eedec21e3ec7b9.tar.gz tor-df4be6a1f73c284d30b80ac900eedec21e3ec7b9.zip |
list in-points to command.c
svn:r1849
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 */ |