From 91475759cebb15bdc491e2cf894f28c8064319fb Mon Sep 17 00:00:00 2001 From: des Date: Fri, 1 Dec 2000 11:04:43 +0000 Subject: Add SCHEME_HTTPS. --- lib/libfetch/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfetch') diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index aedd472..bc944c8 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -62,6 +62,7 @@ struct url_ent { /* Recognized schemes */ #define SCHEME_FTP "ftp" #define SCHEME_HTTP "http" +#define SCHEME_HTTPS "https" #define SCHEME_FILE "file" /* Error codes */ -- cgit v1.1