diff options
| author | 2025-05-27 21:14:23 +0200 | |
|---|---|---|
| committer | 2025-05-27 21:14:23 +0200 | |
| commit | 5bc451159420d5d51a507fda82a623069cfae92b (patch) | |
| tree | 725767368e77caa9751d39778b046b5ad00e4806 /snac.h | |
| parent | Renamed timeline_here() to timeline_here_by_md5(), as it always should have b... (diff) | |
| download | penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.tar.gz penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.tar.xz penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.zip | |
New function timeline_here().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -165,6 +165,7 @@ int pending_count(snac *user); | |||
| 165 | double timeline_mtime(snac *snac); | 165 | double timeline_mtime(snac *snac); |
| 166 | int timeline_touch(snac *snac); | 166 | int timeline_touch(snac *snac); |
| 167 | int timeline_here_by_md5(snac *snac, const char *md5); | 167 | int timeline_here_by_md5(snac *snac, const char *md5); |
| 168 | int timeline_here(snac *snac, const char *id); | ||
| 168 | int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); | 169 | int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); |
| 169 | int timeline_del(snac *snac, const char *id); | 170 | int timeline_del(snac *snac, const char *id); |
| 170 | xs_str *user_index_fn(snac *user, const char *idx_name); | 171 | xs_str *user_index_fn(snac *user, const char *idx_name); |