aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-12-01 11:04:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-12-01 11:04:43 +0000
commit025bb05a82175fb55686c64a636cc439a40ffa72 (patch)
tree030fbac7925f6c83505c86d9866c6fefaa7f23d6 /lib/libfetch/fetch.h
parent9ea458c5011b6cb2b3cf822e27cecd8a85a03413 (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r--lib/libfetch/fetch.h1
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 */