mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[xfer] Expose xfer_uri_opener()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -89,6 +89,7 @@ struct socket_opener {
|
||||
/** Register a socket opener */
|
||||
#define __socket_opener __table_entry ( SOCKET_OPENERS, 01 )
|
||||
|
||||
extern struct uri_opener * xfer_uri_opener ( const char *scheme );
|
||||
extern int xfer_open_uri ( struct interface *intf, struct uri *uri );
|
||||
extern int xfer_open_uri_string ( struct interface *intf,
|
||||
const char *uri_string );
|
||||
|
||||
Reference in New Issue
Block a user