From 387964944a4de2468114549e0ba13436a03eaf29 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 8 Oct 2024 17:37:15 +0200 Subject: More migration work. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 90413ea..379b81d 100644 --- a/snac.h +++ b/snac.h @@ -322,7 +322,7 @@ int send_to_inbox_raw(const char *keyid, const char *seckey, xs_val **payload, int *p_size, int timeout); int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, xs_val **payload, int *p_size, int timeout); -xs_str *get_actor_inbox(const char *actor); +xs_str *get_actor_inbox(const char *actor, int shared); int send_to_actor(snac *snac, const char *actor, const xs_dict *msg, xs_val **payload, int *p_size, int timeout); int is_msg_public(const xs_dict *msg); -- cgit