summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 582f5f1..8c02004 100644
--- a/snac.h
+++ b/snac.h
@@ -69,7 +69,8 @@ double mtime_nl(const char *fn, int *n_link);
69#define mtime(fn) mtime_nl(fn, NULL) 69#define mtime(fn) mtime_nl(fn, NULL)
70double f_ctime(const char *fn); 70double f_ctime(const char *fn);
71 71
72int index_add(const char *fn, const char *md5); 72int index_add_md5(const char *fn, const char *md5);
73int index_add(const char *fn, const char *id);
73int index_gc(const char *fn); 74int index_gc(const char *fn);
74int index_first(const char *fn, char *buf, int size); 75int index_first(const char *fn, char *buf, int size);
75int index_len(const char *fn); 76int index_len(const char *fn);
@@ -144,6 +145,7 @@ void hide(snac *snac, const char *id);
144int is_hidden(snac *snac, const char *id); 145int is_hidden(snac *snac, const char *id);
145 146
146void tag_index(const char *id, const xs_dict *obj); 147void tag_index(const char *id, const xs_dict *obj);
148xs_list *tag_search(char *tag, int skip, int show);
147 149
148int actor_add(const char *actor, xs_dict *msg); 150int actor_add(const char *actor, xs_dict *msg);
149int actor_get(const char *actor, xs_dict **data); 151int actor_get(const char *actor, xs_dict **data);