aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-01 07:43:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-01 07:43:20 +0000
commitf05d47ddd6d706dcda05504da8c90a111d53f67b (patch)
tree98140a0c7d6bd8610bc725788a43ed39921a6e8d /lib/urldata.h
parentfcfd4bef2dc9dc90e39ab5cb8f49686119917bb3 (diff)
variable type cleanup to fix picky compiler warnings
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 517dc0f3d..d44e839b0 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -876,7 +876,7 @@ struct UserDefined {
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
- int ip_version;
+ long ip_version;
curl_off_t max_filesize; /* Maximum file size to download */