aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 8b28632f9..4d268bd55 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -356,6 +356,7 @@ struct UrlData {
char *useragent; /* User-Agent string */
char *ftpport; /* port to send with the PORT command */
+ char *device; /* Interface to use */
/* function that stores the output:*/
curl_write_callback fwrite;