]> sjero.net Git - wget/blobdiff - src/url.h
[svn] Added user-contributed patches.
[wget] / src / url.h
index 87044cdd497c9309d54bb15a5df376cd4936e57c..45e8b76ee8fab6b419a37560c99f8c249acf9669 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -32,7 +32,8 @@ struct urlinfo
   char *host;                  /* Extracted hostname */
   unsigned short port;
   char ftp_type;
-  char *path, *dir, *file;     /* Path, as well as dir and file
+  char *path, *dir, *file, *qstring;   
+                                /* Path, dir, file, and query string
                                   (properly decoded) */
   char *user, *passwd;         /* Username and password */
   struct urlinfo *proxy;       /* The exact string to pass to proxy