david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing declaration.

This commit is contained in:
Michael Brown 2007-01-12 10:07:56 +00:00
parent a6afbe762c
commit b45a9bfa2d
1 changed files with 2 additions and 0 deletions

View File

@ -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 );