diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 22:58:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 22:58:20 +0000 |
commit | 6693f3253097326abe3a57469690330cd73d2456 (patch) | |
tree | 76e53f5552b311e651cf70c6324370cad1e53ebe /src/or/config.c | |
parent | 2ad36f68c8e5bbbc0f284c04f266f80866d2aef9 (diff) | |
download | tor-6693f3253097326abe3a57469690330cd73d2456.tar.gz tor-6693f3253097326abe3a57469690330cd73d2456.zip |
Resolve many DOCDOCs.
svn:r17662
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 0dd9a0f03f..c0fb22bf67 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1191,7 +1191,8 @@ options_act_reversible(or_options_t *old_options, char **msg) return r; } -/** DOCDOC */ +/** If we need to have a GEOIP ip-to-country map to run with our configured + * options, return 1 and set *<b>reason_out</b> to a description of why. */ int options_need_geoip_info(or_options_t *options, const char **reason_out) { |