mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add SCHEME_HTTPS.
This commit is contained in:
parent
9ea458c501
commit
025bb05a82
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue