summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-06 14:28:53 +0100
committerdefault <nobody@localhost>2023-03-06 14:28:53 +0100
commite3e45b7c98ecae9b5e0b1d417b29fda073505134 (patch)
treed070cc62b7a6f524980e80afc7c04fce38cd5031 /snac.h
parent1152450d1c1f742a20d6db2d3fce3169ff80a8a1 (diff)
New function is_msg_for_me().
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 5815656..f60ced1 100644
--- a/snac.h
+++ b/snac.h
@@ -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);