mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Use standard xfer_open() argument list for downloader instantiator
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user