diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 14:22:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 14:22:51 +0000 |
commit | 0b0b37cffe7ce976970da34d517c55d10595ee59 (patch) | |
tree | 012d9fea5c87b5c22177d8c82655c4a5cd051694 | |
parent | a13f5888d54f322e819b9f906db2cee359232e75 (diff) |
make the libidn pointer in the version struct a const
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 5f85ffff6..af0560f98 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 */ |