]> mj.ucw.cz Git - libucw.git/commitdiff
Added "sql" to the list of protocol names.
authorMartin Mares <mj@ucw.cz>
Fri, 11 Jan 2002 21:00:04 +0000 (21:00 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 11 Jan 2002 21:00:04 +0000 (21:00 +0000)
lib/url.h

index c45d4525642a767afd766500e70986722bdcd6c8..52c53fa504b380612459323ad881357ae2bb2feb 100644 (file)
--- 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 }