1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

return int from test()

This commit is contained in:
Daniel Stenberg 2004-02-19 13:00:05 +00:00
parent 349a15b089
commit 134cb66129

View File

@ -1,6 +1,6 @@
#include "test.h"
CURLcode test(char *URL)
int test(char *URL)
{
CURLcode res;
CURL *curl = curl_easy_init();