summaryrefslogtreecommitdiff
path: root/testReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'testReader.c')
-rw-r--r--testReader.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testReader.c b/testReader.c
index 4d5711b..8f8e26d 100644
--- a/testReader.c
+++ b/testReader.c
@@ -34,12 +34,12 @@
#include <libxml/xmlreader.h>
-int debug = 0;
-int dump = 0;
-int noent = 0;
-int count = 0;
-int valid = 0;
-int consumed = 0;
+static int debug = 0;
+static int dump = 0;
+static int noent = 0;
+static int count = 0;
+static int valid = 0;
+static int consumed = 0;
static void usage(const char *progname) {
printf("Usage : %s [options] XMLfiles ...\n", progname);