From 464c8693d2f6f2b45b84951feb9414da698206be Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 15 Jul 2013 18:48:02 +0200 Subject: OS400: add slist and certinfo EBCDIC support --- packages/OS400/ccsidcurl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/OS400/ccsidcurl.h') 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, , et al. + * Copyright (C) 1998 - 2013, Daniel Stenberg, , 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 -- cgit v1.2.3