summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-02 16:05:28 +0000
committerYang Tse <yangsita@gmail.com>2007-10-02 16:05:28 +0000
commit059707be320e993e7ee047e1e728ce9d6e67e4f7 (patch)
tree0882a7d75203a65e0d7df64d568a2b99c153f21f /tests/libtest/test.h
parent048bfeaaefe04001b6610b45a6ab6cfa02bcffd3 (diff)
downloadgnurl-059707be320e993e7ee047e1e728ce9d6e67e4f7.tar.gz
gnurl-059707be320e993e7ee047e1e728ce9d6e67e4f7.tar.bz2
gnurl-059707be320e993e7ee047e1e728ce9d6e67e4f7.zip
Renamed a couple of global variables to avoid shadowing warnings
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 5cbdcede4..50c3a7959 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -36,8 +36,8 @@
#define TEST_ERR_MAJOR_BAD 100
#define TEST_ERR_RUNS_FOREVER 99
-extern char *arg2; /* set by first.c to the argv[2] or NULL */
-extern char *arg3; /* set by first.c to the argv[3] or NULL */
+extern char *libtest_arg2; /* set by first.c to the argv[2] or NULL */
+extern char *libtest_arg3; /* set by first.c to the argv[3] or NULL */
/* argc and argv as passed in to the main() function */
extern int test_argc;