diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-01-27 18:46:07 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-01-27 18:46:07 +0000 |
commit | 35a50399a5881360303c0ed2d49918a660dd727d (patch) | |
tree | 3e503bea896139ebecc23e39bf40124ffc560607 /src/include/ipxe/open.h | |
parent | aa69bf84d22e2fb136a1a2bc467980c646a58fe3 (diff) | |
download | ipxe-35a50399a5881360303c0ed2d49918a660dd727d.tar.gz |
[xfer] Expose xfer_uri_opener()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
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 ); |