aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-10-08 17:37:15 +0200
committerdefault <nobody@localhost>2024-10-08 17:37:15 +0200
commit387964944a4de2468114549e0ba13436a03eaf29 (patch)
tree23e7ff709a992fdfb46677176c4bf5bcdec9dfa2 /snac.h
parent26a808c8914855890667b5847e82d9f20a2bcf94 (diff)
More migration work.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
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);