summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 621ab8a..f32a90d 100644
--- a/snac.h
+++ b/snac.h
@@ -165,6 +165,7 @@ int pending_count(snac *user);
165double timeline_mtime(snac *snac); 165double timeline_mtime(snac *snac);
166int timeline_touch(snac *snac); 166int timeline_touch(snac *snac);
167int timeline_here_by_md5(snac *snac, const char *md5); 167int timeline_here_by_md5(snac *snac, const char *md5);
168int timeline_here(snac *snac, const char *id);
168int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); 169int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg);
169int timeline_del(snac *snac, const char *id); 170int timeline_del(snac *snac, const char *id);
170xs_str *user_index_fn(snac *user, const char *idx_name); 171xs_str *user_index_fn(snac *user, const char *idx_name);