summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-08 08:10:57 +0100
committerdefault <nobody@localhost>2024-01-08 08:10:57 +0100
commit93e7138e53628a76bed9583c5eb45ccf17b97e21 (patch)
treefe2b503c3843ec0c836b01821b0210e654a4de34 /snac.h
parent22cb139d5b320a5c7701d89b7ff1f31d13c00931 (diff)
Rewritten part of the job threads to be leaner and faster.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 26ddfee..4030717 100644
--- a/snac.h
+++ b/snac.h
@@ -294,7 +294,6 @@ int deluser(snac *user);
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);