diff options
author | default <nobody@localhost> | 2024-03-12 18:04:09 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-12 18:04:09 +0100 |
commit | cd0e211354575f89f169da2e86b5b234a2624b9d (patch) | |
tree | bc681f26bd01436c1fdf06ca3cc74a941d234d37 /snac.h | |
parent | f485dbdaf0f6372b9815be3d78ae2839e80d6946 (diff) |
Don't call enqueue_actor_request() with a NULL user.
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); double object_ctime(const char *id); double object_mtime_by_md5(const char *md5); double object_mtime(const char *id); +void object_touch(const char *id); + int object_admire(const char *id, const char *actor, int like); int object_unadmire(const char *id, const char *actor, int like); |