]> mj.ucw.cz Git - libucw.git/commitdiff
Initial version of SQL gathering utility gsql added.
authorMilan Vancura <milan@ucw.cz>
Wed, 9 Jan 2002 09:24:54 +0000 (09:24 +0000)
committerMilan Vancura <milan@ucw.cz>
Wed, 9 Jan 2002 09:24:54 +0000 (09:24 +0000)
Milan

lib/url.h

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