summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pycurl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pycurl.h b/src/pycurl.h
index f5507de..2851f6f 100644
--- a/src/pycurl.h
+++ b/src/pycurl.h
@@ -570,6 +570,11 @@ util_curl_xdecref(CurlObject *self, int flags, CURL *handle);
PYCURL_INTERNAL PyObject *
do_curl_setopt_filelike(CurlObject *self, int option, PyObject *obj);
+PYCURL_INTERNAL void
+util_curlslist_update(CurlSlistObject **old, struct curl_slist *slist);
+PYCURL_INTERNAL void
+util_curlhttppost_update(CurlObject *obj, struct curl_httppost *httppost, PyObject *reflist);
+
PYCURL_INTERNAL PyObject *
do_curl_getinfo_raw(CurlObject *self, PyObject *args);
#if PY_MAJOR_VERSION >= 3