mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Add SCHEME_HTTPS.
This commit is contained in:
parent
9ea458c501
commit
025bb05a82
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69464
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user