diff options
| author | 2025-05-27 21:08:57 +0200 | |
|---|---|---|
| committer | 2025-05-27 21:08:57 +0200 | |
| commit | 631e44a64a20741b5e4716bf75caf7fa743fef82 (patch) | |
| tree | aa16d9443c75b81dd181b01cc136bb21d1476acd /snac.h | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.tar.gz snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.tar.xz snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.zip | |
Renamed timeline_here() to timeline_here_by_md5(), as it always should have been.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -164,7 +164,7 @@ int pending_count(snac *user); | |||
| 164 | 164 | ||
| 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(snac *snac, const char *md5); | 167 | int timeline_here_by_md5(snac *snac, const char *md5); |
| 168 | int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); | 168 | int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); |
| 169 | int timeline_del(snac *snac, const char *id); | 169 | int timeline_del(snac *snac, const char *id); |
| 170 | xs_str *user_index_fn(snac *user, const char *idx_name); | 170 | xs_str *user_index_fn(snac *user, const char *idx_name); |