diff options
author | default <nobody@localhost> | 2022-10-21 19:07:20 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-21 19:07:20 +0200 |
commit | 084731fec24932ad48c48c5147d129ce2af0ccc8 (patch) | |
tree | b8f733e0419fb5ea851a5030273b5e3cff808b10 /snac.h | |
parent | ddce319a12e710fa01d36b60a648904a257e8fea (diff) |
Send notification emails through the queue.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,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 *actor, int retries); +void enqueue_email(snac *snac, char *msg, int retries); d_char *queue(snac *snac); d_char *dequeue(snac *snac, char *fn); |