summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 07:26:59 +0100
committerMichael Brown2007-01-12 07:26:59 +0100
commit742f24286359486e31809e028c06929340106284 (patch)
treeae79e52278080d21a90999f444a35fdded38d7c7 /src/include/gpxe
parentAdd basic "fetch" and "imgstat" commands. (diff)
downloadipxe-742f24286359486e31809e028c06929340106284.tar.gz
ipxe-742f24286359486e31809e028c06929340106284.tar.xz
ipxe-742f24286359486e31809e028c06929340106284.zip
Add free_image
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index fc955c2e8..7f11e6a0c 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -109,6 +109,7 @@ extern struct list_head images;
extern int register_image ( struct image *image );
extern void unregister_image ( struct image *image );
struct image * find_image ( const char *name );
+extern void free_image ( struct image *image );
extern int image_load ( struct image *image );
extern int image_autoload ( struct image *image );
extern int image_exec ( struct image *image );