]> sjero.net Git - wget/blobdiff - src/iri.h
IRI requirement: do not percent-encode already percent-encoded values (try1)
[wget] / src / iri.h
index c024de724dcaf74a515c2a35464fb60945047a62..6ad2becfde1ce4ad1ebda6cd87109a0b6ff508f6 100644 (file)
--- 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 */
 };