From 18bde7391efb9c6bd6ea7846891ab5d16276a809 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 31 May 2021 06:11:22 -0700 Subject: initial import A bit messy and missing error handling in some places. --- json_curl.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 json_curl.h (limited to 'json_curl.h') diff --git a/json_curl.h b/json_curl.h new file mode 100644 index 0000000..ad03f85 --- /dev/null +++ b/json_curl.h @@ -0,0 +1,9 @@ +#ifndef JSON_CURL_H +#define JSON_CURL_H + +#include +#include + +json_object *json_curl_perform(CURL *curl, const char *uri); + +#endif -- cgit v1.2.3-70-g09d2