diff options
author | default <nobody@localhost> | 2023-11-08 08:14:34 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-08 08:14:34 +0100 |
commit | 895cf82a7d2b8704aeeabf002bc26a49336586ff (patch) | |
tree | 7266fc1e4609a7b51cdbfeb0ea4a8312afa7c0ec /snac.h | |
parent | d8db26258558d3058e7a125d0b480991c293f181 (diff) |
New code for indexing tags.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ int limited(snac *user, const char *id, int cmd); void hide(snac *snac, const char *id); int is_hidden(snac *snac, const char *id); +void tag_index(const char *id, const xs_dict *obj); + int actor_add(const char *actor, xs_dict *msg); int actor_get(const char *actor, xs_dict **data); |