diff options
author | default <nobody@localhost> | 2023-04-13 17:34:48 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-13 17:34:48 +0200 |
commit | 1a27e67ed9e4c4b12d9ee4d151c7647043b54647 (patch) | |
tree | ee59fbe612da767a7f21db117d41b711b7a763ad /snac.h | |
parent | 211bedd4978c4711f0e2399b38ccb6e76e39856d (diff) |
New functions notify_get() and notify_list().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -140,6 +140,8 @@ void lastlog_write(snac *snac); xs_str *notify_check_time(snac *snac, int reset); void notify_add(snac *snac, const char *type, const char *utype, const char *actor, const char *objid); +xs_dict *notify_get(snac *snac, const char *id); +xs_list *notify_list(snac *snac, int new_only); void inbox_add(const char *inbox); void inbox_add_by_actor(const xs_dict *actor); |