Commit 134cb661 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

return int from test()

parent 349a15b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include "test.h"

CURLcode test(char *URL)
int test(char *URL)
{
  CURLcode res;
  CURL *curl = curl_easy_init();