#ifndef JSON_CURL_H #define JSON_CURL_H #include #include json_object *json_curl_perform(CURL *curl, const char *uri); #endif