aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h1
1 files changed, 1 insertions, 0 deletions
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);