diff options
author | Adam <Adam@anope.org> | 2010-10-05 19:46:33 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-05 19:46:33 -0400 |
commit | 9ab50eedf26f2eb7f3e3d0bc66b41482bd19cba6 (patch) | |
tree | 64a3ee002ae87f498837bcbd22d4867832c74813 /include/extern.h | |
parent | 64a3bda2356f7396e3d6457359ae1f1ce7bf0325 (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.h | 1 |
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; |