summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-18 08:21:40 +0100
committerdefault <nobody@localhost>2022-11-18 08:21:40 +0100
commit654326aa8bb1cae5105ffca2f227b71e5981290a (patch)
treeff4df0c3e747c936286049b7e86694c85c583931 /snac.h
parente01f23cbe27d9acbe3279a78364e11bec4517aac (diff)
New function enqueue_output_to_actor().
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 cfb694a..852e40b 100644
--- a/snac.h
+++ b/snac.h
@@ -93,6 +93,7 @@ d_char *history_list(snac *snac);
void enqueue_input(snac *snac, char *msg, char *req, int retries);
void enqueue_output(snac *snac, char *msg, char *inbox, int retries);
+void enqueue_output_by_actor(snac *snac, char *msg, char *actor, int retries);
void enqueue_email(snac *snac, char *msg, int retries);
d_char *queue(snac *snac);