From c165e8d1fc03c12549e222c65505fe954a199d77 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 25 Feb 2014 15:29:00 +0000 Subject: [image] Ensure every image has a fully resolved URI Signed-off-by: Michael Brown --- src/include/ipxe/downloader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/ipxe/downloader.h b/src/include/ipxe/downloader.h index a7efa3f79..de1a2e75e 100644 --- a/src/include/ipxe/downloader.h +++ b/src/include/ipxe/downloader.h @@ -12,7 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); struct interface; struct image; -extern int create_downloader ( struct interface *job, struct image *image, - int type, ... ); +extern int create_downloader ( struct interface *job, struct image *image ); #endif /* _IPXE_DOWNLOADER_H */ -- cgit v1.2.3-55-g7522