From: Martin Mares Date: Fri, 11 Jan 2002 21:00:04 +0000 (+0000) Subject: Added "sql" to the list of protocol names. X-Git-Tag: holmes-import~1453 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c036b96fa706467a5210de4aa64be224e55b005d;p=libucw.git Added "sql" to the list of protocol names. --- diff --git a/lib/url.h b/lib/url.h index c45d4525..52c53fa5 100644 --- a/lib/url.h +++ b/lib/url.h @@ -71,7 +71,7 @@ char *url_error(uns); #define URL_PROTO_SQL 4 #define URL_PROTO_MAX 5 -#define URL_PNAMES { "unknown", "http", "ftp", "file" } +#define URL_PNAMES { "unknown", "http", "ftp", "file", "sql" } #define URL_DEFPORTS { ~0, 80, 21, 0 } #define URL_PATH_FLAGS { 0, 1, 1, 1 }