summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/imgmgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h
index 0beab5139..64e51499e 100644
--- a/src/include/usr/imgmgmt.h
+++ b/src/include/usr/imgmgmt.h
@@ -12,9 +12,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
struct image;
extern int imgdownload ( struct image *image, struct uri *uri,
- int ( * image_register ) ( struct image *image ) );
+ int ( * action ) ( struct image *image ) );
extern int imgfetch ( struct image *image, const char *uri_string,
- int ( * image_register ) ( struct image *image ) );
+ int ( * action ) ( struct image *image ) );
extern int imgload ( struct image *image );
extern int imgexec ( struct image *image );
extern struct image * imgautoselect ( void );