diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-10 13:29:04 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-10 13:29:04 +0000 |
| commit | 93754284c07f76a53d311ba7572a0b9966886ac3 (patch) | |
| tree | 8ebb2ccdc57a7ee83a666b8664cf6d82b903e84b /lib/libfetch/fetch.h | |
| parent | 18b48dc122b4b215db01838817245d972a1f1904 (diff) | |
Notes
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 aedd472cb1a8..bc944c8b9931 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 */ |
