diff options
| author | default <nobody@localhost> | 2024-10-08 17:37:15 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-08 17:37:15 +0200 |
| commit | 387964944a4de2468114549e0ba13436a03eaf29 (patch) | |
| tree | 23e7ff709a992fdfb46677176c4bf5bcdec9dfa2 /snac.h | |
| parent | 26a808c8914855890667b5847e82d9f20a2bcf94 (diff) | |
More migration work.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |