aboutsummaryrefslogtreecommitdiffstats
path: root/lib/url.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-03-01 00:44:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-01 00:44:30 +0000
commit279fa5e2839348e5b1898acbd247d4e70857f8e1 (patch)
treeba15caf6905acc99ac3fbab158d7bf2fb0364a21 /lib/url.h
parentb7c7f24e06c79611f4f58dfdeb13af661d50ea37 (diff)
parent95f668fdba032059552cc770824e1d07821ab64b (diff)
downloadandroid_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.tar.gz
android_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.tar.bz2
android_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.zip
Merge "Update to 7.58.0 - January 24 2018." am: 0c6d81f80b
am: 95f668fdba Change-Id: I56ce9e830e6b121cc97d68e2eabb3ca6d137f40f
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/url.h b/lib/url.h
index 5dd04fd..a70bd54 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -33,9 +33,7 @@
CURLcode Curl_init_do(struct Curl_easy *data, struct connectdata *conn);
CURLcode Curl_open(struct Curl_easy **curl);
-CURLcode Curl_init_userdefined(struct UserDefined *set);
-CURLcode Curl_setopt(struct Curl_easy *data, CURLoption option,
- va_list arg);
+CURLcode Curl_init_userdefined(struct Curl_easy *data);
CURLcode Curl_dupset(struct Curl_easy * dst, struct Curl_easy * src);
void Curl_freeset(struct Curl_easy * data);
CURLcode Curl_close(struct Curl_easy *data); /* opposite of curl_open() */