diff options
| author | Michael Brown | 2015-02-06 13:18:18 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-02-06 13:18:18 +0100 |
| commit | e2a26f76de49b80c882b7f537d7eb5583ef78a29 (patch) | |
| tree | a9ea9322ad43476caab9067efb2bbbe3d822797e /src/include | |
| parent | [tftp] Explicitly abort connection whenever parent interface is closed (diff) | |
| download | ipxe-e2a26f76de49b80c882b7f537d7eb5583ef78a29.tar.gz ipxe-e2a26f76de49b80c882b7f537d7eb5583ef78a29.tar.xz ipxe-e2a26f76de49b80c882b7f537d7eb5583ef78a29.zip | |
[uri] Allow tftp_uri() to construct a URI with a custom port
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/uri.h b/src/include/ipxe/uri.h index 7613d578d..fb7728aa0 100644 --- a/src/include/ipxe/uri.h +++ b/src/include/ipxe/uri.h @@ -203,7 +203,7 @@ extern char * resolve_path ( const char *base_path, const char *relative_path ); extern struct uri * resolve_uri ( const struct uri *base_uri, struct uri *relative_uri ); -extern struct uri * tftp_uri ( struct in_addr next_server, +extern struct uri * tftp_uri ( struct in_addr next_server, unsigned int port, const char *filename ); extern void churi ( struct uri *uri ); |
