diff options
Diffstat (limited to 'src/include/ipxe/http.h')
| -rw-r--r-- | src/include/ipxe/http.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ipxe/http.h b/src/include/ipxe/http.h index 97014d1f4..d8f4ca5ac 100644 --- a/src/include/ipxe/http.h +++ b/src/include/ipxe/http.h @@ -15,9 +15,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); /** HTTPS default port */ #define HTTPS_PORT 443 -extern int http_open_filter ( struct xfer_interface *xfer, struct uri *uri, +extern int http_open_filter ( struct interface *xfer, struct uri *uri, unsigned int default_port, - int ( * filter ) ( struct xfer_interface *, - struct xfer_interface ** ) ); + int ( * filter ) ( struct interface *, + struct interface ** ) ); #endif /* _IPXE_HTTP_H */ |
