#ifndef _USR_FETCH_H #define _USR_FETCH_H /** * @file * * Fetch file as executable/loadable image * */ extern int fetch ( struct image *image, const char *filename ); #endif /* _USR_FETCH_H */