aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorshtrophic <christoph@liebender.dev>2025-02-19 08:56:14 +0100
committershtrophic <christoph@liebender.dev>2025-02-19 08:56:14 +0100
commit2ca7735779e79dbe6fe62f0111a12c145f428d8f (patch)
tree16c523a9e7f29576435368165f92c1f34e3c2ab8 /snac.h
parent7eb2556f26baf8ff79fcb7388712d8b714efc4f6 (diff)
fix ownership-problem of mailinfo
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 92ffb3f..545df74 100644
--- a/snac.h
+++ b/snac.h
@@ -274,7 +274,7 @@ void enqueue_output(snac *snac, const xs_dict *msg,
const xs_str *inbox, int retries, int p_status);
void enqueue_output_by_actor(snac *snac, const xs_dict *msg,
const xs_str *actor, int retries);
-void enqueue_email(const xs_str *msg, int retries);
+void enqueue_email(xs_dict *msg, int retries);
void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id);
void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token);
void enqueue_message(snac *snac, const xs_dict *msg);