summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 11:07:56 +0100
committerMichael Brown2007-01-12 11:07:56 +0100
commitb45a9bfa2da4c721fd71cf63b78086fdd732ee59 (patch)
tree8192d6b0c53cb76983936484b6b7d778d50fc827 /src
parentMake DEBUG=script echo the commands as they are executed (diff)
downloadipxe-b45a9bfa2da4c721fd71cf63b78086fdd732ee59.tar.gz
ipxe-b45a9bfa2da4c721fd71cf63b78086fdd732ee59.tar.xz
ipxe-b45a9bfa2da4c721fd71cf63b78086fdd732ee59.zip
Added missing declaration.
Diffstat (limited to 'src')
-rw-r--r--src/include/usr/imgmgmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h
index f0484106b..82a65f252 100644
--- a/src/include/usr/imgmgmt.h
+++ b/src/include/usr/imgmgmt.h
@@ -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 );