diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h index f0484106..82a65f25 100644 --- a/src/include/usr/imgmgmt.h +++ b/src/include/usr/imgmgmt.h @@ -7,6 +7,8 @@ * */ +struct image; + extern int imgfetch ( const char *filename, const char *name, struct image **new_image ); extern int imgload ( struct image *image );