mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[image] Ensure every image has a fully resolved URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -12,7 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
struct interface;
|
||||
struct image;
|
||||
|
||||
extern int create_downloader ( struct interface *job, struct image *image,
|
||||
int type, ... );
|
||||
extern int create_downloader ( struct interface *job, struct image *image );
|
||||
|
||||
#endif /* _IPXE_DOWNLOADER_H */
|
||||
|
||||
Reference in New Issue
Block a user