diff options
author | default <nobody@localhost> | 2023-08-14 18:02:20 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-14 18:02:20 +0200 |
commit | 3f7e3c1d81fef35eada041b7d901974129238dce (patch) | |
tree | 1b5be2a1b9eefe9f76ac95a757eab536a004d04e /snac.h | |
parent | 16c14060a81d4f7ed6be0bf5f95ca3c77733c18f (diff) |
Unify the instance description text.
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); int adduser(const char *uid); int resetpwd(snac *snac); +extern const char *snac_blurb; + int job_fifo_ready(void); void job_post(const xs_val *job, int urgent); void job_wait(xs_val **job); |