diff options
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r-- | lib/libfetch/fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |