mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Added missing declaration.
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
struct image;
|
||||||
|
|
||||||
extern int imgfetch ( const char *filename, const char *name,
|
extern int imgfetch ( const char *filename, const char *name,
|
||||||
struct image **new_image );
|
struct image **new_image );
|
||||||
extern int imgload ( struct image *image );
|
extern int imgload ( struct image *image );
|
||||||
|
|||||||
Reference in New Issue
Block a user