mirror of
https://github.com/curl/curl.git
synced 2026-07-17 12:27:15 +03:00
return int from test()
This commit is contained in:
parent
349a15b089
commit
134cb66129
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "test.h"
|
||||
|
||||
CURLcode test(char *URL)
|
||||
int test(char *URL)
|
||||
{
|
||||
CURLcode res;
|
||||
CURL *curl = curl_easy_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue