diff options
author | default <nobody@localhost> | 2022-11-18 08:21:40 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-18 08:21:40 +0100 |
commit | 654326aa8bb1cae5105ffca2f227b71e5981290a (patch) | |
tree | ff4df0c3e747c936286049b7e86694c85c583931 /snac.h | |
parent | e01f23cbe27d9acbe3279a78364e11bec4517aac (diff) |
New function enqueue_output_to_actor().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |