summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
committerAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
commit9ab50eedf26f2eb7f3e3d0bc66b41482bd19cba6 (patch)
tree64a3ee002ae87f498837bcbd22d4867832c74813 /include/extern.h
parent64a3bda2356f7396e3d6457359ae1f1ce7bf0325 (diff)
Fixed restarting Anope when it is started from outside of the services binary dir
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 86f4f9c8b..cd8d1b70f 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -168,6 +168,7 @@ E void InitLogChannels(ServerConfig *);
/**** main.c ****/
E Anope::string services_dir;
+E Anope::string services_bin;
E int debug;
E bool readonly;
E bool nofork;