mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 06:34:32 +03:00
[image] Provide image_set_uri() to modify an image's URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user