summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ipxe/image.h b/src/include/ipxe/image.h
index 5d003842a..6abd7a2d2 100644
--- a/src/include/ipxe/image.h
+++ b/src/include/ipxe/image.h
@@ -163,7 +163,6 @@ extern int image_set_cmdline ( struct image *image, const char *cmdline );
extern int register_image ( struct image *image );
extern void unregister_image ( struct image *image );
struct image * find_image ( const char *name );
-extern int image_probe ( struct image *image );
extern int image_exec ( struct image *image );
extern int image_replace ( struct image *replacement );
extern int image_select ( struct image *image );