From cddb2724d56ce8e1d80d4eec3c13702634704022 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 28 Sep 2025 14:40:24 +0200 Subject: New function actor_failure() (again, but much better). --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 1a58e0b..aaa5558 100644 --- a/snac.h +++ b/snac.h @@ -278,6 +278,7 @@ int content_match(const char *file, const xs_dict *msg); xs_list *content_search(snac *user, const char *regex, int priv, int skip, int show, int max_secs, int *timeout); +int actor_failure(const char *actor, int op); int instance_failure(const char *url, int op); void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); -- cgit v1.2.3