diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-10 04:34:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-10 04:34:48 +0000 |
commit | 81922a125ca17d6d46a378f9e7bf609d884524c2 (patch) | |
tree | 086e0919f6f039963320870bc74270dcd98e6ae6 /src/or/onion.c | |
parent | 397466a23d0ce16f007cffccc9bf812bd4a56ef5 (diff) | |
download | tor-81922a125ca17d6d46a378f9e7bf609d884524c2.tar.gz tor-81922a125ca17d6d46a378f9e7bf609d884524c2.zip |
More doxygenation.
svn:r1832
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index f30dbda12a..fa496421c0 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -9,8 +9,8 @@ #include "or.h" -/** prototypes for smartlist operations from routerlist.h - * they're here to prevent precedence issues with the .h files +/* prototypes for smartlist operations from routerlist.h + * They're here to prevent precedence issues with the .h files */ void router_add_running_routers_to_smartlist(smartlist_t *sl); void add_nickname_list_to_smartlist(smartlist_t *sl, char *list); |