summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-23 19:37:01 +0200
committerdefault <nobody@localhost>2022-09-23 19:37:01 +0200
commitbbf5471039a973fed918441150ef76ff0db7682a (patch)
tree64d6fd0dbc63a2102fd1d2615bbcb85473f19f40 /snac.h
parentcf59d68491bb4bf0954e8370354ba34994b6436f (diff)
New function process_queue().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index a10169e..166806b 100644
--- a/snac.h
+++ b/snac.h
@@ -84,3 +84,4 @@ int activitypub_request(snac *snac, char *url, d_char **data);
int actor_request(snac *snac, char *actor, d_char **data);
int send_to_inbox(snac *snac, char *inbox, char *msg, d_char **payload, int *p_size);
int send_to_actor(snac *snac, char *actor, char *msg, d_char **payload, int *p_size);
+void process_queue(snac *snac);