Renamed a struct member to avoid conflict with a C++ reserved word.

This commit is contained in:
Dan Fandrich
2004-12-16 21:27:23 +00:00
parent 8d4ac69175
commit 26fe6da93b
3 changed files with 3 additions and 3 deletions

View File

@@ -899,7 +899,7 @@ struct UserDefined {
int dns_cache_timeout; /* DNS cache timeout */
long buffer_size; /* size of receive buffer to use */
char *private; /* Private data */
char *private_data; /* Private data */
struct curl_slist *http200aliases; /* linked list of aliases for http200 */