aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setopt.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-03-01 00:30:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-01 00:30:00 +0000
commit0c6d81f80bf942993566564f6efb1de2ab1d836b (patch)
treeba15caf6905acc99ac3fbab158d7bf2fb0364a21 /lib/setopt.h
parentf9711a93659ab05f72b38dbdfbc475b797042693 (diff)
parent0128fe4043cdbb72cc0c5b8f817749e3f89a7b36 (diff)
downloadandroid_external_curl-0c6d81f80bf942993566564f6efb1de2ab1d836b.tar.gz
android_external_curl-0c6d81f80bf942993566564f6efb1de2ab1d836b.tar.bz2
android_external_curl-0c6d81f80bf942993566564f6efb1de2ab1d836b.zip
Merge "Update to 7.58.0 - January 24 2018."
Diffstat (limited to 'lib/setopt.h')
-rw-r--r--lib/setopt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/setopt.h b/lib/setopt.h
index 3576944..c658e04 100644
--- a/lib/setopt.h
+++ b/lib/setopt.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
@@ -23,5 +23,7 @@
***************************************************************************/
CURLcode Curl_setstropt(char **charp, const char *s);
+CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option,
+ va_list arg);
#endif /* HEADER_CURL_SETOPT_H */