diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -83,6 +83,7 @@ int object_del_if_unref(const char *id); | |||
| 83 | double object_ctime_by_md5(const char *md5); | 83 | double object_ctime_by_md5(const char *md5); |
| 84 | double object_ctime(const char *id); | 84 | double object_ctime(const char *id); |
| 85 | int object_admire(const char *id, const char *actor, int like); | 85 | int object_admire(const char *id, const char *actor, int like); |
| 86 | int object_unadmire(const char *id, const char *actor, int like); | ||
| 86 | 87 | ||
| 87 | int object_likes_len(const char *id); | 88 | int object_likes_len(const char *id); |
| 88 | int object_announces_len(const char *id); | 89 | int object_announces_len(const char *id); |