From 4938991ab830435601e5dd4edfe3b188a60269c5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Dec 2002 16:22:57 +0000 Subject: set up arg2 to point to argv[2] to be used at will by programs --- tests/libtest/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libtest/test.h') diff --git a/tests/libtest/test.h b/tests/libtest/test.h index d9fbef311..a0d430842 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -1,3 +1,5 @@ #include #include +extern char *arg2; /* set by first.c to the argv[2] or NULL */ + -- cgit v1.2.3