diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-30 03:01:04 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-30 03:01:04 +0100 |
commit | bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 (patch) | |
tree | 3f44db4bab795709bafa29797d3ce1d0dbae399f /src/include/gpxe/http.h | |
parent | 3b8b06ae90cc73137585ec93d554f3bd351c6d6a (diff) | |
download | ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.gz |
Allowed HTTPS to be a separately configurable feature.
Diffstat (limited to 'src/include/gpxe/http.h')
-rw-r--r-- | src/include/gpxe/http.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index a2abec1d..fa92a950 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 */ |