Add free_image

This commit is contained in:
Michael Brown
2007-01-12 06:26:59 +00:00
parent 9817f93094
commit 742f242863
2 changed files with 18 additions and 0 deletions

View File

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