summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorHolger Lubitz2007-08-05 19:02:54 +0200
committerHolger Lubitz2007-08-05 19:02:54 +0200
commit4f668796537a5a05f44ebfe9f69bb2657650c52f (patch)
treed44d2713e593cb46aa0655bc583edd0b4d952362 /src/include
parentmalloc attribute changes (diff)
parentDisplay name and status of each file as it is downloaded. (diff)
downloadipxe-4f668796537a5a05f44ebfe9f69bb2657650c52f.tar.gz
ipxe-4f668796537a5a05f44ebfe9f69bb2657650c52f.tar.xz
ipxe-4f668796537a5a05f44ebfe9f69bb2657650c52f.zip
Merge branch 'master' of git://git.etherboot.org/scm/gpxe
Diffstat (limited to 'src/include')
-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 */