Skip to content
Snippets Groups Projects
Commit 10b7fc7e authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Added 'curl_version_info_data::iconv_ver_num' for iconv version.

parent 43e4544d
No related branches found
No related tags found
No related merge requests found
......@@ -1499,6 +1499,9 @@ typedef struct {
/* This field was added in CURLVERSION_THIRD */
const char *libidn;
/* Same as '_libiconv_version' if built with HAVE_ICONV */
int iconv_ver_num;
} curl_version_info_data;
#define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment