summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2022-12-02 21:36:12 +0100
committerGravatar default2022-12-02 21:36:12 +0100
commit2614a8b3cbf55ab2a38ae2c81fe0081579495190 (patch)
treead65e4dfea2f8b048b1f0bcea8835d9e61e0a1a9 /snac.h
parentUse xs_set_result() in timeline_top_level(). (diff)
downloadsnac2-2614a8b3cbf55ab2a38ae2c81fe0081579495190.tar.gz
snac2-2614a8b3cbf55ab2a38ae2c81fe0081579495190.tar.xz
snac2-2614a8b3cbf55ab2a38ae2c81fe0081579495190.zip
Show stray parents in the origin.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 3d7d8fd..0d7ede1 100644
--- a/snac.h
+++ b/snac.h
@@ -60,6 +60,7 @@ int index_first(const char *fn, char *buf, int size);
60d_char *index_list(const char *fn, int max); 60d_char *index_list(const char *fn, int max);
61d_char *index_list_desc(const char *fn, int max); 61d_char *index_list_desc(const char *fn, int max);
62 62
63int object_here_by_md5(char *id);
63int object_here(char *id); 64int object_here(char *id);
64int object_get_by_md5(const char *md5, d_char **obj, const char *type); 65int object_get_by_md5(const char *md5, d_char **obj, const char *type);
65int object_get(const char *id, d_char **obj, const char *type); 66int object_get(const char *id, d_char **obj, const char *type);
@@ -69,6 +70,7 @@ int object_del_if_unref(const char *id);
69d_char *object_children(const char *id); 70d_char *object_children(const char *id);
70d_char *object_likes(const char *id); 71d_char *object_likes(const char *id);
71d_char *object_announces(const char *id); 72d_char *object_announces(const char *id);
73int object_parent(const char *id, char *buf, int size);
72 74
73int follower_add(snac *snac, const char *actor); 75int follower_add(snac *snac, const char *actor);
74int follower_del(snac *snac, const char *actor); 76int follower_del(snac *snac, const char *actor);