diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-11 05:31:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-11 05:31:17 +0000 |
commit | fcd0fc3364947071944cba0420d27cf267a3b146 (patch) | |
tree | 289418a85330d1db1eeff9f844ac56c69b688580 /src/or/routerlist.c | |
parent | 691265df0c5b7c0c9da78c7513fe2385665d9a55 (diff) | |
download | tor-fcd0fc3364947071944cba0420d27cf267a3b146.tar tor-fcd0fc3364947071944cba0420d27cf267a3b146.tar.gz |
flesh out the source file descriptions for doxygen
svn:r4404
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 44aa8123b..a9170d8de 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -5,16 +5,15 @@ /* $Id$ */ const char routerlist_c_id[] = "$Id$"; -#include "or.h" - /** * \file routerlist.c - * * \brief Code to * maintain and access the global list of routerinfos for known * servers. **/ +#include "or.h" + /****************************************************************************/ static smartlist_t *trusted_dir_servers = NULL; |