summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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 0d62eb2..bcddab4 100644
--- a/snac.h
+++ b/snac.h
@@ -141,6 +141,8 @@ int follower_del(snac *snac, const char *actor);
141int follower_check(snac *snac, const char *actor); 141int follower_check(snac *snac, const char *actor);
142xs_list *follower_list(snac *snac); 142xs_list *follower_list(snac *snac);
143 143
144int pending_add(snac *user, const char *actor, const xs_dict *msg);
145
144double timeline_mtime(snac *snac); 146double timeline_mtime(snac *snac);
145int timeline_touch(snac *snac); 147int timeline_touch(snac *snac);
146int timeline_here(snac *snac, const char *md5); 148int timeline_here(snac *snac, const char *md5);