summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-02 20:44:51 +0100
committerdefault <nobody@localhost>2022-12-02 20:44:51 +0100
commit3e2891b100c3359bf3ff85e01447270f0aab3be1 (patch)
tree8882ff9b29248f12e14b0fa7ce57a5062f6db944 /snac.h
parent4819c4248dc54c05cd4db9f181b333c3fd05d03d (diff)
Renamed timeline_here() to object_here().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 4ac3ade..e4a73d8 100644
--- a/snac.h
+++ b/snac.h
@@ -60,6 +60,7 @@ int index_first(const char *fn, char *buf, int size);
d_char *index_list(const char *fn, int max);
d_char *index_list_desc(const char *fn, int max);
+int object_here(char *id);
int object_get_by_md5(const char *md5, d_char **obj, const char *type);
int object_get(const char *id, d_char **obj, const char *type);
int object_del(const char *id);
@@ -75,7 +76,6 @@ int follower_check(snac *snac, const char *actor);
d_char *follower_list(snac *snac);
double timeline_mtime(snac *snac);
-int timeline_here(snac *snac, char *id);
d_char *_timeline_find_fn(snac *snac, char *id);
d_char *timeline_find(snac *snac, char *id);
int timeline_del(snac *snac, char *id);