aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-11 09:50:12 +0200
committerdefault <nobody@localhost>2023-04-11 09:50:12 +0200
commit79224ca2b53c61c1a13de25c7957ec98c85db61c (patch)
treeb36693c8657b1f4e64f448873e3c51c968511563 /snac.h
parent7c9846ef3ebc7fd458ce23aab243efa0089f9901 (diff)
New function mastodon_status().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/snac.h b/snac.h
index f33b806..6cd16d4 100644
--- a/snac.h
+++ b/snac.h
@@ -196,8 +196,8 @@ int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg,
xs_val **payload, int *p_size, int timeout);
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 is_msg_public(snac *snac, const xs_dict *msg);
+int is_msg_for_me(snac *snac, const xs_dict *msg);
int process_user_queue(snac *snac);
void process_queue_item(xs_dict *q_item);