diff options
| author | Michael Brown | 2011-01-27 19:46:07 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-01-27 19:46:07 +0100 |
| commit | 35a50399a5881360303c0ed2d49918a660dd727d (patch) | |
| tree | 3e503bea896139ebecc23e39bf40124ffc560607 /src/include | |
| parent | [vxge] Add support for new function mode "multi-function 8 Direct IO" (diff) | |
| download | ipxe-35a50399a5881360303c0ed2d49918a660dd727d.tar.gz ipxe-35a50399a5881360303c0ed2d49918a660dd727d.tar.xz ipxe-35a50399a5881360303c0ed2d49918a660dd727d.zip | |
[xfer] Expose xfer_uri_opener()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -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 ); |
