From ccb825128e60e924c9f2c106d94c4519d4393d8e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 20 May 2004 19:47:28 +0000 Subject: Tinker with log behavior: never send error messages about logs into the bitbucket svn:r1912 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index d0f0c59e9..46238f2cf 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -958,7 +958,7 @@ struct config_line_t { int config_assign_default_dirservers(void); int getconfig(int argc, char **argv, or_options_t *options); -void config_init_logs(or_options_t *options); +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); -- cgit v1.2.3