summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/downloader.h3
1 files changed, 1 insertions, 2 deletions
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 */