mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:07:16 +03:00
make the libidn pointer in the version struct a const
This commit is contained in:
parent
a13f5888d5
commit
0b0b37cffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue