diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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) |
| 70 | double f_ctime(const char *fn); | 70 | double f_ctime(const char *fn); |
| 71 | 71 | ||
| 72 | int index_add(const char *fn, const char *md5); | 72 | int index_add_md5(const char *fn, const char *md5); |
| 73 | int index_add(const char *fn, const char *id); | ||
| 73 | int index_gc(const char *fn); | 74 | int index_gc(const char *fn); |
| 74 | int index_first(const char *fn, char *buf, int size); | 75 | int index_first(const char *fn, char *buf, int size); |
| 75 | int index_len(const char *fn); | 76 | int index_len(const char *fn); |
| @@ -144,6 +145,7 @@ void hide(snac *snac, const char *id); | |||
| 144 | int is_hidden(snac *snac, const char *id); | 145 | int is_hidden(snac *snac, const char *id); |
| 145 | 146 | ||
| 146 | void tag_index(const char *id, const xs_dict *obj); | 147 | void tag_index(const char *id, const xs_dict *obj); |
| 148 | xs_list *tag_search(char *tag, int skip, int show); | ||
| 147 | 149 | ||
| 148 | int actor_add(const char *actor, xs_dict *msg); | 150 | int actor_add(const char *actor, xs_dict *msg); |
| 149 | int actor_get(const char *actor, xs_dict **data); | 151 | int actor_get(const char *actor, xs_dict **data); |