From: Daniel Stenberg Date: Tue, 11 May 2004 14:22:51 +0000 (+0000) Subject: make the libidn pointer in the version struct a const X-Git-Tag: curl-7_12_0~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b0b37cffe7ce976970da34d517c55d10595ee59;p=thirdparty%2Fcurl.git make the libidn pointer in the version struct a const --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 5f85ffff6c..af0560f983 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1246,7 +1246,7 @@ typedef struct { int ares_num; /* This field was aded in CURLVERSION_THIRD */ - char *libidn; + const char *libidn; } curl_version_info_data; #define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */