mirror of https://github.com/ipxe/ipxe.git
Added missing declaration.
parent
a6afbe762c
commit
b45a9bfa2d
|
@ -7,6 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
struct image;
|
||||
|
||||
extern int imgfetch ( const char *filename, const char *name,
|
||||
struct image **new_image );
|
||||
extern int imgload ( struct image *image );
|
||||
|
|
Loading…
Reference in New Issue