diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -60,6 +60,7 @@ int index_first(const char *fn, char *buf, int size); | |||
| 60 | d_char *index_list(const char *fn, int max); | 60 | d_char *index_list(const char *fn, int max); |
| 61 | d_char *index_list_desc(const char *fn, int max); | 61 | d_char *index_list_desc(const char *fn, int max); |
| 62 | 62 | ||
| 63 | int object_here_by_md5(char *id); | ||
| 63 | int object_here(char *id); | 64 | int object_here(char *id); |
| 64 | int object_get_by_md5(const char *md5, d_char **obj, const char *type); | 65 | int object_get_by_md5(const char *md5, d_char **obj, const char *type); |
| 65 | int object_get(const char *id, d_char **obj, const char *type); | 66 | int object_get(const char *id, d_char **obj, const char *type); |
| @@ -69,6 +70,7 @@ int object_del_if_unref(const char *id); | |||
| 69 | d_char *object_children(const char *id); | 70 | d_char *object_children(const char *id); |
| 70 | d_char *object_likes(const char *id); | 71 | d_char *object_likes(const char *id); |
| 71 | d_char *object_announces(const char *id); | 72 | d_char *object_announces(const char *id); |
| 73 | int object_parent(const char *id, char *buf, int size); | ||
| 72 | 74 | ||
| 73 | int follower_add(snac *snac, const char *actor); | 75 | int follower_add(snac *snac, const char *actor); |
| 74 | int follower_del(snac *snac, const char *actor); | 76 | int follower_del(snac *snac, const char *actor); |