Add SCHEME_HTTPS.

This commit is contained in:
Dag-Erling Smørgrav 2000-12-01 11:04:43 +00:00
parent 9ea458c501
commit 025bb05a82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69464

View File

@ -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 */