diff options
| author | Mike Hommey <glandium@debian.org> | 2005-09-05 17:10:35 +0000 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2005-09-05 17:10:35 +0000 |
| commit | a464d9993e2acd5b8e1089b218ba74c6fcf215c5 (patch) | |
| tree | 72fe00eb59147367a1d660b90d08172357e0dffc /testReader.c | |
| parent | 112cb5bb5475afec1c1cbf1d6728ce4880d0fee8 (diff) | |
| download | libxml2-upstream/2.6.21.tar.gz | |
Load /usr/tmp/tmp.CMoFff/libxml2-2.6.21 intoupstream/2.6.21
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'testReader.c')
| -rw-r--r-- | testReader.c | 12 |
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); |
