mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[uri] Allow tftp_uri() to construct a URI with a custom port
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user