summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRob Boeckermann <Rob.Boeckermann@knighttrans.com>2022-02-21 17:03:16 -0800
committerDaniel Stenberg <daniel@haxx.se>2022-02-22 17:54:32 +0100
commiteca5b6aa4190a031683781228f9c96d5c7acb06a (patch)
treed9933923632336f21251f41fe3335803d2dc7217 /packages
parente9e79622d0a92d1593aa4aec8203d610498d9ea9 (diff)
downloadcurl-eca5b6aa4190a031683781228f9c96d5c7acb06a.tar.gz
OS400: fix typos in rpg include file
This resolves issues compiling rpg code that includes the curl header file. Closes #8494
Diffstat (limited to 'packages')
-rw-r--r--packages/OS400/curl.inc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in
index d0990a76a..33f316d1c 100644
--- a/packages/OS400/curl.inc.in
+++ b/packages/OS400/curl.inc.in
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2022, 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
@@ -1679,7 +1679,7 @@
d c 20
*
d CURLMIMEOPT_FORMESCAPE...
- d X'0000000'
+ d c X'00000001'
*
d CURLINFO s 10i 0 based(######ptr######) Enum
d CURLINFO_EFFECTIVE_URL... CURLINFO_STRING + 1
@@ -2316,7 +2316,7 @@
d qualified
d name * const char *
d id like(CURLoption)
- d type like(curl_easytyoe)
+ d type like(curl_easytype)
d flags 10u 0
*
d curl_hstsentry...
@@ -2926,7 +2926,7 @@
*
d curl_easy_option_by_name...
d pr * extproc('curl_easy_option_by_name') curl_easyoption *
- d name * value option(*string)
+ d name * value options(*string)
*
d curl_easy_option_by_id...
d pr * extproc('curl_easy_option_by_id') curl_easyoption *
@@ -3113,7 +3113,7 @@
d curl_easy_option_by_name_ccsid...
d pr * extproc( curl_easyoption *
d 'curl_easy_option_by_name_ccsid')
- d name * value option(*string)
+ d name * value options(*string)
d ccsid 10u 0 value
*
d curl_easy_option_get_name_ccsid...