aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
commitc35238e0a3351db3ed20c5a218d42fe18630ffd4 (patch)
tree4dc674bddf1258468afac61ba886b076ac50f71e /lib/urldata.h
parent39b1801c63a695c384d2f380586e1e84dd855a6d (diff)
Jört Hartroth's updates
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 debaaa9b5..9960f6e70 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -306,7 +306,7 @@ typedef enum {
struct UrlData {
Handle handle; /* struct identifier */
- CurlInterface interface;
+ CurlInterface interf; /* created by WHAT interface? */
/*************** Global - specific items ************/
FILE *err; /* the stderr writes goes here */