From d17a84a056a412f10a85985dc2c43b6fbedd0abd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 9 Mar 2011 13:11:35 +0000 Subject: [image] Move the register_and_{select|boot}_image() functions to imgmgmt.c These functions are used only as the "action" parameters to imgdownload() or imgfetch(), and so belong in imgmgmt.c rather than image.c Signed-off-by: Michael Brown --- src/include/ipxe/image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/image.h b/src/include/ipxe/image.h index 96466ee40..539f8ca39 100644 --- a/src/include/ipxe/image.h +++ b/src/include/ipxe/image.h @@ -143,8 +143,6 @@ extern int image_probe ( struct image *image ); extern int image_exec ( struct image *image ); extern int image_select ( struct image *image ); extern struct image * image_find_selected ( void ); -extern int register_and_select_image ( struct image *image ); -extern int register_and_boot_image ( struct image *image ); /** * Increment reference count on an image -- cgit v1.2.3-55-g7522