diff options
author | default <nobody@localhost> | 2023-03-02 08:43:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-02 08:43:50 +0100 |
commit | 5e3c50d6e1ea2105add614fa2eb45612e577ddac (patch) | |
tree | 5444d35bde941cb7acd91c543a2eb4edfc0a2b0a /snac.h | |
parent | eb0c7eabbb88bed8e30fd7dcd337ce48a5f46a8f (diff) |
New inbox collection functions.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |