diff options
| author | default <nobody@localhost> | 2026-08-26 08:02:41 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-08-26 08:02:41 +0200 |
| commit | 48aba53ddbca75bfdbda7d224c6d2c315fcd282a (patch) | |
| tree | 22f7ac6125c3e7e53c28920a0df769fcdf9d399c /snac.h | |
| parent | 71a83e6578f910c3baa251e4128208b201ce9e45 (diff) | |
Use snac_op in instance_failure().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ 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, snac_op op); -int instance_failure(const char *url, int op); +int instance_failure(const char *url, snac_op op); int grave(const char *objid, int op); |