summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-02 08:43:50 +0100
committerdefault <nobody@localhost>2023-03-02 08:43:50 +0100
commit5e3c50d6e1ea2105add614fa2eb45612e577ddac (patch)
tree5444d35bde941cb7acd91c543a2eb4edfc0a2b0a /snac.h
parenteb0c7eabbb88bed8e30fd7dcd337ce48a5f46a8f (diff)
New inbox collection functions.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index bc929df..9cca864 100644
--- a/snac.h
+++ b/snac.h
@@ -132,6 +132,9 @@ d_char *history_get(snac *snac, char *id);
int history_del(snac *snac, char *id);
d_char *history_list(snac *snac);
+void inbox_add(const char *inbox);
+void inbox_add_by_actor(const xs_dict *actor);
+
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);