Display name and status of each file as it is downloaded.

This commit is contained in:
Michael Brown
2007-08-03 12:49:21 +01:00
parent 6e46dddc2c
commit 218651e125
5 changed files with 30 additions and 18 deletions

View File

@@ -10,6 +10,6 @@
struct job_interface;
extern struct job_interface monojob;
extern int monojob_wait ( void );
extern int monojob_wait ( const char *string );
#endif /* _GPXE_MONOJOB_H */