summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-07 13:31:48 +0100
committerdefault <nobody@localhost>2023-02-07 13:31:48 +0100
commit4cca157641d5f91bde51baf437a3179e39d0b601 (patch)
tree84e6cf02972ea3836fbd7e92f89d69f47ccd88b7 /snac.h
parent8f63c6259ad8eb6d26eff2673a29ef469ad8e018 (diff)
Output messages are now processed by the pool of threads.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index e3ab4a8..3894908 100644
--- a/snac.h
+++ b/snac.h
@@ -129,6 +129,8 @@ int history_del(snac *snac, char *id);
d_char *history_list(snac *snac);
void enqueue_input(snac *snac, xs_dict *msg, xs_dict *req, int retries);
+void enqueue_output_raw(const char *keyid, const char *seckey,
+ xs_dict *msg, xs_str *inbox, int retries);
void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries);
void enqueue_output_by_actor(snac *snac, xs_dict *msg, xs_str *actor, int retries);
void enqueue_email(xs_str *msg, int retries);