aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-29 10:49:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-29 10:49:32 +0000
commit76c53c690cefa62e09aa553d0f1f9a26122c0ff1 (patch)
tree70a042934ba4fc6ae6ae1d447a0320b4f1ef9cf6 /lib/urldata.h
parentc341b11aafedb8beb209342dbfb12f9d70f742b4 (diff)
Giaslas Georgios introduced CURLINFO_CONTENT_TYPE
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 d655347f4..3d521d648 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -432,6 +432,8 @@ struct PureInfo {
the time was unretrievable */
long header_size; /* size of read header(s) in bytes */
long request_size; /* the amount of bytes sent in the request(s) */
+
+ char *contenttype; /* the content type of the object */
};