diff options
| author | grunfink <grunfink@comam.es> | 2025-09-28 14:37:07 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-28 14:37:07 +0200 |
| commit | 5d95ffa9f6605fcabdf4bd0e7ac2614cde637127 (patch) | |
| tree | 2f53b7d285c27a81b150fb29b2bc6383a5145289 /snac.h | |
| parent | 335b90a9d1654aadb4e0d87114b82685defcd50b (diff) | |
Revert "New function actor_failure()."
This reverts commit 335b90a9d1654aadb4e0d87114b82685defcd50b.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -278,7 +278,6 @@ 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); |