summaryrefslogblamecommitdiffstats
path: root/src/include/usr/imgmgmt.h
blob: 86a65da50e5e5b73706a30b65e0868c8b4a7869d (plain) (tree)
1
2
3
4
5
6
7
8
9








                      



                                                             
                                            
                                            

                           
#ifndef _USR_IMGMGMT_H
#define _USR_IMGMGMT_H

/** @file
 *
 * Image management
 *
 */

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 */