From bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 30 Jul 2007 03:01:04 +0100 Subject: Allowed HTTPS to be a separately configurable feature. --- src/include/gpxe/http.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index a2abec1dc..fa92a9505 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -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 */ -- cgit v1.2.3-55-g7522