aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-19 15:16:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-19 15:16:47 +0000
commit2297eca103307e077837951f33d06d08a19559d3 (patch)
tree1fbadc9140e25ffe53cebae88fdbb1e24f4bf744 /lib/urldata.h
parent09ccfcdcd422fc0b0421562bbdcf53f78a3f3e4b (diff)
Added CURLOPT_IPRESOLVE support
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 16c413d61..471049d51 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -826,6 +826,8 @@ struct UserDefined {
char *private; /* Private data */
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
+
+ int ip_version;
/* Here follows boolean settings that define how to behave during
this session. They are STATIC, set by libcurl users or at least initially