diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -271,6 +271,8 @@ int snac_init(const char *_basedir); | |||
| 271 | int adduser(const char *uid); | 271 | int adduser(const char *uid); |
| 272 | int resetpwd(snac *snac); | 272 | int resetpwd(snac *snac); |
| 273 | 273 | ||
| 274 | extern const char *snac_blurb; | ||
| 275 | |||
| 274 | int job_fifo_ready(void); | 276 | int job_fifo_ready(void); |
| 275 | void job_post(const xs_val *job, int urgent); | 277 | void job_post(const xs_val *job, int urgent); |
| 276 | void job_wait(xs_val **job); | 278 | void job_wait(xs_val **job); |