X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Firi.h;h=6ad2becfde1ce4ad1ebda6cd87109a0b6ff508f6;hp=c024de724dcaf74a515c2a35464fb60945047a62;hb=66dd4bda74bb78915b92cac4e7bfd32a3fe9d957;hpb=523c3dfcbc3e6858ea94288554d67d3c1208a7c1 diff --git a/src/iri.h b/src/iri.h index c024de72..6ad2becf 100644 --- a/src/iri.h +++ b/src/iri.h @@ -33,6 +33,7 @@ as that of the covered work. */ struct iri { char *uri_encoding; /* Encoding of the uri to fetch */ char *content_encoding; /* Encoding of links inside the fetched file */ + char *orig_url; /* */ bool utf8_encode; /* Will/Is the current url encoded in utf8 */ };