summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/monojob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/monojob.h b/src/include/ipxe/monojob.h
index 3d8b31c0e..aedc37eca 100644
--- a/src/include/ipxe/monojob.h
+++ b/src/include/ipxe/monojob.h
@@ -13,6 +13,6 @@ struct interface;
extern struct interface monojob;
-extern int monojob_wait ( const char *string );
+extern int monojob_wait ( const char *string, unsigned long timeout );
#endif /* _IPXE_MONOJOB_H */