summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2014-02-25 16:29:00 +0100
committerMichael Brown2014-02-27 14:32:58 +0100
commitc165e8d1fc03c12549e222c65505fe954a199d77 (patch)
treec2674439744e316b03173dc98a75fb83726af1b4 /src/include/ipxe
parent[uri] Refactor URI parsing and formatting (diff)
downloadipxe-c165e8d1fc03c12549e222c65505fe954a199d77.tar.gz
ipxe-c165e8d1fc03c12549e222c65505fe954a199d77.tar.xz
ipxe-c165e8d1fc03c12549e222c65505fe954a199d77.zip
[image] Ensure every image has a fully resolved URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-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 */