10 extern int imgfetch ( const char *filename, const char *name,
11 struct image **new_image );
12 extern int imgload ( struct image *image );
13 extern int imgexec ( struct image *image );
14 extern struct image * imgautoselect ( void );
15 extern void imgstat ( struct image *image );
16 extern void imgfree ( struct image *image );
18 #endif /* _USR_IMGMGMT_H */