From 57fa0db03f9d0a4c73b7fea5b23f98941a1e0e22 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 9 Jan 2016 13:22:37 +0000 Subject: [image] Provide image_set_uri() to modify an image's URI Signed-off-by: Michael Brown --- src/include/ipxe/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/image.h b/src/include/ipxe/image.h index 6abd7a2d2..f33feddad 100644 --- a/src/include/ipxe/image.h +++ b/src/include/ipxe/image.h @@ -158,6 +158,7 @@ static inline struct image * first_image ( void ) { } extern struct image * alloc_image ( struct uri *uri ); +extern int image_set_uri ( struct image *image, struct uri *uri ); extern int image_set_name ( struct image *image, const char *name ); extern int image_set_cmdline ( struct image *image, const char *cmdline ); extern int register_image ( struct image *image ); -- cgit v1.2.3-55-g7522