aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/ccsidcurl.h
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2013-07-15 18:48:02 +0200
committerPatrick Monnerat <pm@datasphere.ch>2013-07-15 18:48:02 +0200
commit464c8693d2f6f2b45b84951feb9414da698206be (patch)
tree2db09194eccc0e824bd00344a8465b9c8065d6f6 /packages/OS400/ccsidcurl.h
parent50af17ef240d24572bcbddc5e6b8e9a55adad28f (diff)
OS400: add slist and certinfo EBCDIC support
Diffstat (limited to 'packages/OS400/ccsidcurl.h')
-rw-r--r--packages/OS400/ccsidcurl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/OS400/ccsidcurl.h b/packages/OS400/ccsidcurl.h
index 96340c921..eaa591f72 100644
--- a/packages/OS400/ccsidcurl.h
+++ b/packages/OS400/ccsidcurl.h
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2013, 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
@@ -60,5 +60,6 @@ CURL_EXTERN int curl_formget_ccsid(struct curl_httppost * form, void * arg,
curl_formget_callback append,
unsigned int ccsid);
CURL_EXTERN CURLcode curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...);
+CURL_EXTERN void curl_certinfo_free_all(struct curl_certinfo *info);
#endif