1 2 3 4 5 6 7 8 9
#ifndef JSON_CURL_H #define JSON_CURL_H #include <curl/curl.h> #include <json-c/json.h> json_object *json_curl_perform(CURL *curl, const char *uri); #endif