Commit df4be6a1 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

list in-points to command.c


svn:r1849
parent 3e2f889a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 */