summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-02 04:50:51 +0100
committerdefault <nobody@localhost>2023-02-02 04:50:51 +0100
commit8d22c448d473491b959709d29af46c25e3d7f80b (patch)
treeb3e940795e06cc130498485d98075617698cc174 /snac.h
parent106c94ef86c5c8eb05c3e8ac62f1af3504d8aba0 (diff)
process_queue() has been renamed to process_user_queue().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 0e5da16..55ed49d 100644
--- a/snac.h
+++ b/snac.h
@@ -165,7 +165,7 @@ int send_to_inbox(snac *snac, char *inbox, char *msg, d_char **payload, int *p_s
d_char *get_actor_inbox(snac *snac, char *actor);
int send_to_actor(snac *snac, char *actor, char *msg, d_char **payload, int *p_size, int timeout);
int is_msg_public(snac *snac, char *msg);
-void process_queue(snac *snac);
+void process_user_queue(snac *snac);
void post(snac *snac, char *msg);
int activitypub_get_handler(d_char *req, char *q_path,
char **body, int *b_size, char **ctype);