1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

make the libidn pointer in the version struct a const

This commit is contained in:
Daniel Stenberg 2004-05-11 14:22:51 +00:00
parent a13f5888d5
commit 0b0b37cffe

View File

@ -1246,7 +1246,7 @@ typedef struct {
int ares_num; int ares_num;
/* This field was aded in CURLVERSION_THIRD */ /* This field was aded in CURLVERSION_THIRD */
char *libidn; const char *libidn;
} curl_version_info_data; } curl_version_info_data;
#define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */ #define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */