summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-12 18:04:09 +0100
committerdefault <nobody@localhost>2024-03-12 18:04:09 +0100
commitcd0e211354575f89f169da2e86b5b234a2624b9d (patch)
treebc681f26bd01436c1fdf06ca3cc74a941d234d37 /snac.h
parentf485dbdaf0f6372b9815be3d78ae2839e80d6946 (diff)
Don't call enqueue_actor_request() with a NULL user.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 6876747..9451544 100644
--- a/snac.h
+++ b/snac.h
@@ -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);