summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/http.h
diff options
context:
space:
mode:
authorHolger Lubitz2007-08-02 00:13:40 +0200
committerHolger Lubitz2007-08-02 00:13:40 +0200
commit58f5565eb04f08c51b4f123930294c3d033e3a8e (patch)
tree6df9ba9712544bad49f991006471f7e6c6511f84 /src/include/gpxe/http.h
parentmake bcopy use memmove (diff)
parentInitrd concatenation now working (diff)
downloadipxe-58f5565eb04f08c51b4f123930294c3d033e3a8e.tar.gz
ipxe-58f5565eb04f08c51b4f123930294c3d033e3a8e.tar.xz
ipxe-58f5565eb04f08c51b4f123930294c3d033e3a8e.zip
Merge branch 'master' into strings
Diffstat (limited to 'src/include/gpxe/http.h')
-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 */