From: Milan Vancura Date: Wed, 9 Jan 2002 09:24:54 +0000 (+0000) Subject: Initial version of SQL gathering utility gsql added. X-Git-Tag: holmes-import~1454 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2e2adfa5d7ac912434bef5b8a9b25cfb14d4a4a6;p=libucw.git Initial version of SQL gathering utility gsql added. Milan --- diff --git a/lib/url.h b/lib/url.h index baa44f42..c45d4525 100644 --- a/lib/url.h +++ b/lib/url.h @@ -68,7 +68,8 @@ char *url_error(uns); #define URL_PROTO_HTTP 1 #define URL_PROTO_FTP 2 #define URL_PROTO_FILE 3 -#define URL_PROTO_MAX 4 +#define URL_PROTO_SQL 4 +#define URL_PROTO_MAX 5 #define URL_PNAMES { "unknown", "http", "ftp", "file" } #define URL_DEFPORTS { ~0, 80, 21, 0 }