diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -77,6 +77,8 @@ int object_get_by_md5(const char *md5, xs_dict **obj); | |||
| 77 | int object_get(const char *id, xs_dict **obj); | 77 | int object_get(const char *id, xs_dict **obj); |
| 78 | int object_del(const char *id); | 78 | int object_del(const char *id); |
| 79 | int object_del_if_unref(const char *id); | 79 | int object_del_if_unref(const char *id); |
| 80 | double object_ctime_by_md5(const char *md5); | ||
| 81 | double object_ctime(const char *id); | ||
| 80 | int object_admire(const char *id, const char *actor, int like); | 82 | int object_admire(const char *id, const char *actor, int like); |
| 81 | 83 | ||
| 82 | int object_likes_len(const char *id); | 84 | int object_likes_len(const char *id); |