summaryrefslogtreecommitdiff
path: root/tests/libtest/lib502.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-05 12:34:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-05 12:34:17 +0000
commita5c4442ebf63c3583ae7c2000376158e7efaf5e9 (patch)
tree786ad1a3eeecb82dbc30845993f73e052ad92397 /tests/libtest/lib502.c
parenta271cfb69714877e1f6b09c2d132fabdf1d2224c (diff)
downloadgnurl-a5c4442ebf63c3583ae7c2000376158e7efaf5e9.tar.gz
gnurl-a5c4442ebf63c3583ae7c2000376158e7efaf5e9.tar.bz2
gnurl-a5c4442ebf63c3583ae7c2000376158e7efaf5e9.zip
changed the test() function to return type int
Diffstat (limited to 'tests/libtest/lib502.c')
-rw-r--r--tests/libtest/lib502.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c
index 55ca6c5db..ac298f0fc 100644
--- a/tests/libtest/lib502.c
+++ b/tests/libtest/lib502.c
@@ -4,7 +4,7 @@
* Get a single URL without select().
*/
-CURLcode test(char *URL)
+int test(char *URL)
{
CURL *c;
CURLM *m;