00001 #ifndef _GPXE_MONOJOB_H 00002 #define _GPXE_MONOJOB_H 00003 00004 /** @file 00005 * 00006 * Single foreground job 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 struct job_interface; 00013 00014 extern struct job_interface monojob; 00015 extern int monojob_wait ( const char *string ); 00016 00017 #endif /* _GPXE_MONOJOB_H */
1.5.7.1