From 9817f9309496e7620dd87610c9d0bef8d840ccee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 12 Jan 2007 06:05:27 +0000 Subject: Add basic "fetch" and "imgstat" commands. --- src/include/usr/fetch.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/include/usr/fetch.h (limited to 'src/include/usr/fetch.h') diff --git a/src/include/usr/fetch.h b/src/include/usr/fetch.h new file mode 100644 index 000000000..e7c035be5 --- /dev/null +++ b/src/include/usr/fetch.h @@ -0,0 +1,13 @@ +#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 */ -- cgit v1.2.3-55-g7522