diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-18 14:19:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-18 14:19:51 +0000 |
commit | 59b1b0875341a1592e23d59639f364328e9b27ad (patch) | |
tree | 5480dcdcc0755b505f09467261d94e11c9af74cf /src/or/config.c | |
parent | 35abfa1f77faa599377948b37580ad372e7a587b (diff) | |
download | tor-59b1b0875341a1592e23d59639f364328e9b27ad.tar tor-59b1b0875341a1592e23d59639f364328e9b27ad.tar.gz |
r15905@catbus: nickm | 2007-10-18 09:58:54 -0400
Document some functions while I can still rememberf what they do. Fix up some whitespace.
svn:r12018
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 7d64ede61..338f53875 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -4363,7 +4363,6 @@ get_datadir_fname2_suffix(const char *sub1, const char *sub2, return fname; } - /** Return 0 if every setting in <b>state</b> is reasonable, and a * permissible transition from <b>old_state</b>. Else warn and return -1. * Should have no side effects, except for normalizing the contents of |