Allowed HTTPS to be a separately configurable feature.

This commit is contained in:
Michael Brown
2007-07-30 03:01:04 +01:00
parent 3b8b06ae90
commit bf3d8fb1aa
5 changed files with 76 additions and 13 deletions

View File

@@ -13,4 +13,9 @@
/** HTTPS default port */
#define HTTPS_PORT 443
extern int http_open_filter ( struct xfer_interface *xfer, struct uri *uri,
unsigned int default_port,
int ( * filter ) ( struct xfer_interface *,
struct xfer_interface ** ) );
#endif /* _GPXE_HTTP_H */