diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 07:05:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 07:05:53 +0000 |
commit | 6521c2ce51b3b808dd8ef5c47dc9995acce149e5 (patch) | |
tree | 4957b0a02b4e397c146f9b2f4c462acf8fb02b54 /src/or/or.h | |
parent | 48a0b6c476dee067685a66a955cdffc8a37ea9d3 (diff) | |
download | tor-6521c2ce51b3b808dd8ef5c47dc9995acce149e5.tar.gz tor-6521c2ce51b3b808dd8ef5c47dc9995acce149e5.zip |
Stop using the wrong DataDirectory when we're validating.
Also validate/normalize the DataDirectory better.
svn:r2732
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index fafc1e5461..b363a46acc 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1105,7 +1105,6 @@ int config_init_logs(or_options_t *options); void config_parse_exit_policy(struct config_line_t *cfg, struct exit_policy_t **dest); void exit_policy_free(struct exit_policy_t *p); -const char *get_data_directory(void); int config_option_is_recognized(const char *key); struct config_line_t *config_get_assigned_option(or_options_t *options, const char *key); |