diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-08-04 16:08:41 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-08-04 16:08:41 +0000 |
commit | 10b7fc7e51413628d242e991396ac41bf4669777 (patch) | |
tree | eb5eeb241fbba34510fa4353e658c97d62328d34 /include | |
parent | 43e4544d51ae03e6dc5bc23fe3a8d6de3aef7483 (diff) |
Added 'curl_version_info_data::iconv_ver_num' for iconv version.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 0b406cfb9..f4166cb58 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 */ |