doxygeny goodness from tyranix

svn:r4262
This commit is contained in:
Roger Dingledine
2005-05-17 17:01:36 +00:00
parent 17ba6e7611
commit b7d6b8a397
8 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ unsigned long stats_n_created_cells_processed = 0;
unsigned long stats_n_relay_cells_processed = 0;
unsigned long stats_n_destroy_cells_processed = 0;
/** These are the main four functions for processing cells */
/* These are the main four functions for processing cells */
static void command_process_create_cell(cell_t *cell, connection_t *conn);
static void command_process_created_cell(cell_t *cell, connection_t *conn);
static void command_process_relay_cell(cell_t *cell, connection_t *conn);