Skip to content
Snippets Groups Projects
Commit 0b0b37cf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make the libidn pointer in the version struct a const

parent a13f5888
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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