diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -112,6 +112,8 @@ double object_ctime_by_md5(const char *md5); | |||
| 112 | double object_ctime(const char *id); | 112 | double object_ctime(const char *id); |
| 113 | double object_mtime_by_md5(const char *md5); | 113 | double object_mtime_by_md5(const char *md5); |
| 114 | double object_mtime(const char *id); | 114 | double object_mtime(const char *id); |
| 115 | void object_touch(const char *id); | ||
| 116 | |||
| 115 | int object_admire(const char *id, const char *actor, int like); | 117 | int object_admire(const char *id, const char *actor, int like); |
| 116 | int object_unadmire(const char *id, const char *actor, int like); | 118 | int object_unadmire(const char *id, const char *actor, int like); |
| 117 | 119 | ||