diff options
| author | default <nobody@localhost> | 2026-08-26 08:05:16 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-08-26 08:05:16 +0200 |
| commit | d7fc3d950d4654a3291066fed667f1b7d48e70bb (patch) | |
| tree | bd3c353caf64678650d0826c28dddde5e98261ea /snac.h | |
| parent | 48aba53ddbca75bfdbda7d224c6d2c315fcd282a (diff) | |
Use snac_op in grave().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ xs_list *content_search(snac *user, const char *regex, int actor_failure(const char *actor, snac_op op); int instance_failure(const char *url, snac_op op); -int grave(const char *objid, int op); +int grave(const char *objid, snac_op op); void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); |