Loading include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -1358,7 +1358,7 @@ typedef struct { const char *host; /* OS/host/cpu/machine when configured */ int features; /* bitmask, see defines below */ const char *ssl_version; /* human readable string */ long ssl_version_num; /* number */ long ssl_version_num; /* not used anymore, always 0 */ const char *libz_version; /* human readable string */ /* protocols is terminated by an entry with a NULL protoname */ const char * const *protocols; Loading Loading
include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -1358,7 +1358,7 @@ typedef struct { const char *host; /* OS/host/cpu/machine when configured */ int features; /* bitmask, see defines below */ const char *ssl_version; /* human readable string */ long ssl_version_num; /* number */ long ssl_version_num; /* not used anymore, always 0 */ const char *libz_version; /* human readable string */ /* protocols is terminated by an entry with a NULL protoname */ const char * const *protocols; Loading