diff options
author | default <nobody@localhost> | 2024-04-29 09:50:22 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-29 09:50:22 +0200 |
commit | 7f322302e5b5cf0345de110afe78767bfb03ae51 (patch) | |
tree | 32c2e4a11f43665519c9fddbbd207572e3d3015b /snac.h | |
parent | 29fb43079761796e34209611ec93bd651b871cab (diff) |
New function list_distribute().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ xs_list *tag_search(char *tag, int skip, int show); xs_val *list_maint(snac *user, const char *list, int op); xs_val *list_content(snac *user, const char *list_id, const char *actor_md5, int op); +void list_distribute(snac *user, const xs_dict *post); int actor_add(const char *actor, xs_dict *msg); int actor_get(const char *actor, xs_dict **data); |