summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2007-08-03 13:49:21 +0200
committerMichael Brown2007-08-03 13:49:21 +0200
commit218651e1259da924a19db66e7cb9ae885075892f (patch)
treede255dec650ac21b552c04d9ce83578ef7cd4cdc /src/include/gpxe
parentPrint multiple commands per line in help (diff)
downloadipxe-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/gpxe')
-rw-r--r--src/include/gpxe/monojob.h2
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 */