summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-05-06 21:43:50 -0400
committerAdam <Adam@anope.org>2012-05-06 21:43:50 -0400
commit675b113c3e03cf1917b2a731c21fe82b5f1f2b2b (patch)
tree6a80aaeafa829a3cef5c41c938d92ffedd1bdad8 /include
parenteb0e07d5645c06eb034cfcfbf91883158ba9dc00 (diff)
Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime
Diffstat (limited to 'include')
-rw-r--r--include/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 09d8e69ee..29f84c850 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -43,6 +43,8 @@ E bool enc_decrypt(const Anope::string &src, Anope::string &dest);
/**** init.c ****/
+E Anope::string conf_dir, db_dir, modules_dir, locale_dir, log_dir;
+
E void introduce_user(const Anope::string &user);
E bool GetCommandLineArgument(const Anope::string &name, char shortname = 0);
E bool GetCommandLineArgument(const Anope::string &name, char shortname, Anope::string &param);