diff options
author | default <nobody@localhost> | 2023-12-06 14:46:51 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-12-06 14:46:51 +0100 |
commit | bad729c631819db04191605a237c8fa632818dd8 (patch) | |
tree | ececcb0643dfa5020e2b155c0208808d8e4a73e9 /snac.h | |
parent | 7a18a60c3c3c28d65b72a108791aa143ff519bd0 (diff) |
Started work to support shared inboxes.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |