summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-08 08:14:34 +0100
committerdefault <nobody@localhost>2023-11-08 08:14:34 +0100
commit895cf82a7d2b8704aeeabf002bc26a49336586ff (patch)
tree7266fc1e4609a7b51cdbfeb0ea4a8312afa7c0ec /snac.h
parentd8db26258558d3058e7a125d0b480991c293f181 (diff)
New code for indexing tags.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index ed0f94d..582f5f1 100644
--- a/snac.h
+++ b/snac.h
@@ -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);