diff options
| author | grunfink <grunfink@comam.es> | 2025-09-28 14:26:18 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-28 14:26:18 +0200 |
| commit | 335b90a9d1654aadb4e0d87114b82685defcd50b (patch) | |
| tree | 70cf0ee4da330fe1846ee9769a1e534b394a1898 /snac.h | |
| parent | 144eb7bfbcd76e2ae85bad0f7a333622449d9966 (diff) | |
New function actor_failure().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *id, 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); |