From e2a26f76de49b80c882b7f537d7eb5583ef78a29 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 6 Feb 2015 12:18:18 +0000 Subject: [uri] Allow tftp_uri() to construct a URI with a custom port Signed-off-by: Michael Brown --- src/include/ipxe/uri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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 ); -- cgit v1.2.3-55-g7522