From 7c8cc3ef6cfdacdb6dcf1f556070069f8446e64b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 9 Jun 2007 17:42:46 +0100 Subject: Use standard xfer_open() argument list for downloader instantiator --- src/include/gpxe/downloader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/downloader.h b/src/include/gpxe/downloader.h index 956bbce0a..33aa76921 100644 --- a/src/include/gpxe/downloader.h +++ b/src/include/gpxe/downloader.h @@ -10,8 +10,8 @@ struct job_interface; struct image; -extern int create_downloader ( struct job_interface *job, - const char *uri_string, struct image *image, - int ( * register_image ) ( struct image * ) ); +extern int create_downloader ( struct job_interface *job, struct image *image, + int ( * register_image ) ( struct image *image ), + int type, ... ); #endif /* _GPXE_DOWNLOADER_H */ -- cgit v1.2.3-55-g7522