diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 4441c1451..63b2c7af4 100644 --- a/include/extern.h +++ b/include/extern.h @@ -227,6 +227,8 @@ char *sockstrerror(int error); /**** config.c ****/ +E ServerConfig serverConfig; + E std::list<Uplink *> Uplinks; E char *LocalHost; E int LocalPort; |