diff options
Diffstat (limited to 'src/include/ipxe/open.h')
| -rw-r--r-- | src/include/ipxe/open.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/open.h b/src/include/ipxe/open.h index c000990c0..a522f0cd1 100644 --- a/src/include/ipxe/open.h +++ b/src/include/ipxe/open.h @@ -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 ); |
