X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.h;h=44c9bc2ce6513247bef39d86e80a0442cead672c;hb=3f29125f27f7ee82281e49fef16ad32811cc3dcc;hp=882976a259507f4917a23f17fd119596e121b35a;hpb=8a7888b17705ae249f03ca3b22a013ed6584e39c;p=libucw.git diff --git a/lib/url.h b/lib/url.h index 882976a2..44c9bc2c 100644 --- a/lib/url.h +++ b/lib/url.h @@ -3,6 +3,9 @@ * * (c) 1997 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 @@ -68,7 +71,7 @@ char *url_error(uns); #define URL_PROTO_HTTP 1 #define URL_PROTO_FTP 2 #define URL_PROTO_FILE 3 -#define URL_PROTO_MAX 5 +#define URL_PROTO_MAX 4 #define URL_PNAMES { "unknown", "http", "ftp", "file" } #define URL_DEFPORTS { ~0, 80, 21, 0 }