Cleaner separation between imgXXX() functions and image_cmd.c

This commit is contained in:
Michael Brown
2007-01-12 07:22:20 +00:00
parent 742f242863
commit f135a37f30
4 changed files with 395 additions and 66 deletions

View File

@@ -7,6 +7,11 @@
*
*/
extern int imgfetch ( const char *filename, const char *name,
struct image **new_image );
extern int imgload ( struct image *image );
extern int imgexec ( struct image *image );
extern void imgstat ( struct image *image );
extern void imgfree ( struct image *image );
#endif /* _USR_IMGMGMT_H */