X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.h;h=a9c4449876646fccff0dfc8766e54505d53ecb74;hb=588db76b04e7f92fedc50dca757917f5f0c90ad6;hp=baa44f42398912a978898de40e76cede24b38d1d;hpb=877514e50fdbfedb5755d5d5c7316d2dd20f8104;p=libucw.git diff --git a/lib/url.h b/lib/url.h index baa44f42..a9c44498 100644 --- a/lib/url.h +++ b/lib/url.h @@ -1,8 +1,11 @@ /* * Sherlock Library -- URL Functions * - * (c) 1997 Martin Mares + * (c) 1997--2004 Martin Mares * (c) 2001 Robert Spalek + * + * 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;