From 349a15b089aa588196bf52420b1d3a32de657206 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Feb 2004 12:59:57 +0000 Subject: provide a test() proto --- tests/libtest/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/libtest/test.h b/tests/libtest/test.h index b0b119e5b..481716e6f 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -19,4 +19,5 @@ #endif extern char *arg2; /* set by first.c to the argv[2] or NULL */ - +int test(char *URL); /* the actual test function provided by each individual + libXXX.c file */ -- cgit v1.2.3