diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index b020b1902..0f70bb54d 100644 --- a/include/config.h +++ b/include/config.h @@ -168,6 +168,8 @@ namespace Configuration void ApplyBots(); void LoadOpers(); + + static void ProcessEnvVars(Block *); }; struct Uplink |