mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Allow images to hold references to the originating URI.
Some shuffling around of the image management code; this needs tidying up.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
struct image;
|
||||
|
||||
extern int imgfetch ( struct image *image, const char *filename, int load );
|
||||
extern int imgfetch ( struct image *image, const char *uri_string,
|
||||
int ( * image_register ) ( struct image *image ) );
|
||||
extern int imgload ( struct image *image );
|
||||
extern int imgexec ( struct image *image );
|
||||
extern struct image * imgautoselect ( void );
|
||||
|
||||
Reference in New Issue
Block a user