mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Cleaner separation between imgXXX() functions and image_cmd.c
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern int imgfetch ( const char *filename, const char *name,
|
||||
struct image **new_image );
|
||||
extern int imgload ( struct image *image );
|
||||
extern int imgexec ( struct image *image );
|
||||
extern void imgstat ( struct image *image );
|
||||
extern void imgfree ( struct image *image );
|
||||
|
||||
#endif /* _USR_IMGMGMT_H */
|
||||
|
||||
Reference in New Issue
Block a user