summaryrefslogtreecommitdiffstats
path: root/source/param/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/param/params.c')
-rw-r--r--source/param/params.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/param/params.c b/source/param/params.c
index 3b736113bef..9d21d25a240 100644
--- a/source/param/params.c
+++ b/source/param/params.c
@@ -81,8 +81,6 @@
#include "includes.h"
-extern BOOL in_client;
-
/* -------------------------------------------------------------------------- **
* Constants...
*/
@@ -525,6 +523,7 @@ static BOOL Parse( myFILE *InFile,
static myFILE *OpenConfFile( const char *FileName )
{
const char *func = "params.c:OpenConfFile() -";
+ extern BOOL in_client;
int lvl = in_client?1:0;
myFILE *ret;