diff options
| author | Michael Brown | 2007-08-03 13:49:21 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-08-03 13:49:21 +0200 |
| commit | 218651e1259da924a19db66e7cb9ae885075892f (patch) | |
| tree | de255dec650ac21b552c04d9ce83578ef7cd4cdc /src/include | |
| parent | Print multiple commands per line in help (diff) | |
| download | ipxe-218651e1259da924a19db66e7cb9ae885075892f.tar.gz ipxe-218651e1259da924a19db66e7cb9ae885075892f.tar.xz ipxe-218651e1259da924a19db66e7cb9ae885075892f.zip | |
Display name and status of each file as it is downloaded.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/monojob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/monojob.h b/src/include/gpxe/monojob.h index f6cebb6b8..aaa38d03c 100644 --- a/src/include/gpxe/monojob.h +++ b/src/include/gpxe/monojob.h @@ -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 */ |
