From 5ae21ebde90b299e7617a91b0a59e639414df182 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 Jul 2007 22:38:18 +0000 Subject: add support for arg3 as the third argument... --- tests/libtest/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libtest/test.h') diff --git a/tests/libtest/test.h b/tests/libtest/test.h index c7064f82e..fba51a720 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -37,6 +37,7 @@ #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 */ int select_test (int num_fds, fd_set *rd, fd_set *wr, fd_set *exc, struct timeval *tv); -- cgit v1.2.3