summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar shtrophic2025-02-20 17:13:12 +0100
committerGravatar shtrophic2025-02-20 17:13:12 +0100
commit59a34a9646e28cc9a63194ff55547de0005d0110 (patch)
tree0d11017b6431c514bd6afd16138a06851cd2f09e /snac.h
parentfix ownership-problem of mailinfo (diff)
downloadpenes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.tar.gz
penes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.tar.xz
penes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.zip
Revert "fix ownership-problem of mailinfo"
This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
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 545df74..92ffb3f 100644
--- a/snac.h
+++ b/snac.h
@@ -274,7 +274,7 @@ void enqueue_output(snac *snac, const xs_dict *msg,
274 const xs_str *inbox, int retries, int p_status); 274 const xs_str *inbox, int retries, int p_status);
275void enqueue_output_by_actor(snac *snac, const xs_dict *msg, 275void enqueue_output_by_actor(snac *snac, const xs_dict *msg,
276 const xs_str *actor, int retries); 276 const xs_str *actor, int retries);
277void enqueue_email(xs_dict *msg, int retries); 277void enqueue_email(const xs_str *msg, int retries);
278void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id); 278void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id);
279void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token); 279void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token);
280void enqueue_message(snac *snac, const xs_dict *msg); 280void enqueue_message(snac *snac, const xs_dict *msg);