From 349a15b089aa588196bf52420b1d3a32de657206 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 19 Feb 2004 12:59:57 +0000
Subject: [PATCH] provide a test() proto

---
 tests/libtest/test.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index b0b119e5b7..481716e6f9 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 */
-- 
GitLab