summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-07-30 04:01:04 +0200
committerMichael Brown2007-07-30 04:01:04 +0200
commitbf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 (patch)
tree3f44db4bab795709bafa29797d3ce1d0dbae399f /src/include
parentAdded missing #include (diff)
downloadipxe-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.h5
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 */