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