diff options
author | default <nobody@localhost> | 2023-03-06 14:28:53 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-06 14:28:53 +0100 |
commit | e3e45b7c98ecae9b5e0b1d417b29fda073505134 (patch) | |
tree | d070cc62b7a6f524980e80afc7c04fce38cd5031 /snac.h | |
parent | 1152450d1c1f742a20d6db2d3fce3169ff80a8a1 (diff) |
New function is_msg_for_me().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, d_char *get_actor_inbox(snac *snac, char *actor); int send_to_actor(snac *snac, char *actor, char *msg, d_char **payload, int *p_size, int timeout); int is_msg_public(snac *snac, xs_dict *msg); +int is_msg_for_me(snac *snac, xs_dict *msg); int process_user_queue(snac *snac); void process_queue_item(xs_dict *q_item); |