summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/downloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/downloader.h')
-rw-r--r--src/include/ipxe/downloader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ipxe/downloader.h b/src/include/ipxe/downloader.h
index 3b6a9d66..a7efa3f7 100644
--- a/src/include/ipxe/downloader.h
+++ b/src/include/ipxe/downloader.h
@@ -13,7 +13,6 @@ struct interface;
struct image;
extern int create_downloader ( struct interface *job, struct image *image,
- int ( * register_image ) ( struct image *image ),
int type, ... );
#endif /* _IPXE_DOWNLOADER_H */