summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index e6c6bab..e729af4 100644
--- a/utils.c
+++ b/utils.c
@@ -31,6 +31,9 @@
#include <ctype.h>
#include <stdlib.h>
+unsigned int debugFlags;
+
+
/***====================================================================***/
Opaque
@@ -90,7 +93,7 @@ uFree(Opaque ptr)
/***====================================================================***/
static FILE *entryFile= NULL;
- int uEntryLevel;
+static int uEntryLevel;
Boolean
uSetEntryFile(char *name)