]> mj.ucw.cz Git - libucw.git/blobdiff - lib/url.h
- buck2obj_alloc() initially allocates no buffers
[libucw.git] / lib / url.h
index baa44f42398912a978898de40e76cede24b38d1d..a9c4449876646fccff0dfc8766e54505d53ecb74 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -1,8 +1,11 @@
 /*
  *     Sherlock Library -- URL Functions
  *
- *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #ifndef _SHERLOCK_URL_H
@@ -35,6 +38,7 @@ struct url {
   byte *protocol;
   uns protoid;
   byte *user;
+  byte *pass;
   byte *host;
   uns port;                            /* ~0 if unspec */
   byte *rest;