summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 18:55:29 +0200
committerMichael Brown2007-06-28 18:55:29 +0200
commit4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56 (patch)
tree7bf42f686105cb65dc79bad8b789deca22f01d6e /src/include/usr
parentUse monojob and dhcp_configure_netdev(). (diff)
downloadipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.tar.gz
ipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.tar.xz
ipxe-4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56.zip
Quick hack to get image booting working again
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/imgmgmt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h
index 82a65f252..b3cbffbc4 100644
--- a/src/include/usr/imgmgmt.h
+++ b/src/include/usr/imgmgmt.h
@@ -9,8 +9,7 @@
struct image;
-extern int imgfetch ( const char *filename, const char *name,
- struct image **new_image );
+extern int imgfetch ( struct image *image, const char *filename, int load );
extern int imgload ( struct image *image );
extern int imgexec ( struct image *image );
extern struct image * imgautoselect ( void );