summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 02ddfb1..a707f16 100644
--- a/snac.h
+++ b/snac.h
@@ -1,7 +1,7 @@
/* snac - A simple, minimalistic ActivityPub instance */
/* copyright (c) 2022 - 2023 grunfink / MIT license */
-#define VERSION "2.27"
+#define VERSION "2.28-dev"
#define USER_AGENT "snac/" VERSION
@@ -137,6 +137,9 @@ d_char *history_list(snac *snac);
void lastlog_write(snac *snac);
+void notify_add(snac *snac, const char *type, const char *utype,
+ const char *actor, const char *objid);
+
void inbox_add(const char *inbox);
void inbox_add_by_actor(const xs_dict *actor);
xs_list *inbox_list(void);