downloader.h

Go to the documentation of this file.
00001 #ifndef _GPXE_DOWNLOADER_H
00002 #define _GPXE_DOWNLOADER_H
00003 
00004 /** @file
00005  *
00006  * Image downloader
00007  *
00008  */
00009 
00010 FILE_LICENCE ( GPL2_OR_LATER );
00011 
00012 struct job_interface;
00013 struct image;
00014 
00015 extern int create_downloader ( struct job_interface *job, struct image *image,
00016                                int ( * register_image ) ( struct image *image ),
00017                                int type, ... );
00018 
00019 #endif /* _GPXE_DOWNLOADER_H */

Generated on Tue Apr 6 20:01:06 2010 for gPXE by  doxygen 1.5.7.1