diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -218,5 +218,5 @@ int adduser(const char *uid); | |||
| 218 | int resetpwd(snac *snac); | 218 | int resetpwd(snac *snac); |
| 219 | 219 | ||
| 220 | int job_fifo_ready(void); | 220 | int job_fifo_ready(void); |
| 221 | void job_post(const xs_val *job); | 221 | void job_post(const xs_val *job, int urgent); |
| 222 | void job_wait(xs_val **job); | 222 | void job_wait(xs_val **job); |