]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
list in-points to command.c
authorRoger Dingledine <arma@torproject.org>
Tue, 11 May 2004 03:21:18 +0000 (03:21 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 11 May 2004 03:21:18 +0000 (03:21 +0000)
svn:r1849

src/or/command.c

index 921de2c64f4958f2b9a8b70e8b9ccb9022f04b2a..4b898efc28f8741c6fde64ca10f1d0b4c25e6699 100644 (file)
@@ -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 */