diff options
| author | Michael Brown | 2007-07-30 04:01:04 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-30 04:01:04 +0200 |
| commit | bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 (patch) | |
| tree | 3f44db4bab795709bafa29797d3ce1d0dbae399f /src/include | |
| parent | Added missing #include (diff) | |
| download | ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.gz ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.xz ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.zip | |
Allowed HTTPS to be a separately configurable feature.
Diffstat (limited to 'src/include')
| -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 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 */ |
