aboutsummaryrefslogtreecommitdiff
path: root/lib/setopt.h
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2018-01-13 01:20:40 +0100
committerPatrick Monnerat <patrick@monnerat.net>2018-01-13 01:28:19 +0100
commit3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29 (patch)
treefeb740bc67a87e444e4212fbdbf505db0e486dae /lib/setopt.h
parentfa3dbb9a147488a2943bda809c66fc497efe06cb (diff)
downloadgnurl-3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29.tar.gz
gnurl-3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29.tar.bz2
gnurl-3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29.zip
setopt: reintroduce non-static Curl_vsetopt() for OS400 support
This also upgrades ILE/RPG bindings with latest setopt options. Reported-By: jonrumsey on github Fixes #2230 Closes #2233
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 35769440f..c658e04ae 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 */