summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-06 14:46:51 +0100
committerdefault <nobody@localhost>2023-12-06 14:46:51 +0100
commitbad729c631819db04191605a237c8fa632818dd8 (patch)
treeececcb0643dfa5020e2b155c0208808d8e4a73e9 /snac.h
parent7a18a60c3c3c28d65b72a108791aa143ff519bd0 (diff)
Started work to support shared inboxes.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index cb240d8..37529aa 100644
--- a/snac.h
+++ b/snac.h
@@ -181,6 +181,7 @@ int instance_block(const char *instance);
int instance_unblock(const char *instance);
void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries);
+void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries);
void enqueue_output_raw(const char *keyid, const char *seckey,
xs_dict *msg, xs_str *inbox, int retries, int p_status);
void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries, int p_status);