diff options
author | default <nobody@localhost> | 2024-04-29 07:43:01 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-29 07:43:01 +0200 |
commit | 8275a5f4d8764ebc9f9f82a4db377bacfa9fbc75 (patch) | |
tree | 7d896846e16d6324d16e061a2bc08cfc0183efb0 /snac.h | |
parent | a297b55dac6fac41136badf4b7af9c7a4f28a66f (diff) |
Start of list support.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,6 +174,8 @@ int is_hidden(snac *snac, const char *id); void tag_index(const char *id, const xs_dict *obj); xs_list *tag_search(char *tag, int skip, int show); +xs_list *list_maint(snac *user, const char *list, int op); + int actor_add(const char *actor, xs_dict *msg); int actor_get(const char *actor, xs_dict **data); int actor_get_refresh(snac *user, const char *actor, xs_dict **data); |