diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -288,6 +288,8 @@ xs_list *content_search(snac *user, const char *regex, | |||
| 288 | int actor_failure(const char *actor, int op); | 288 | int actor_failure(const char *actor, int op); |
| 289 | int instance_failure(const char *url, int op); | 289 | int instance_failure(const char *url, int op); |
| 290 | 290 | ||
| 291 | int grave(const char *objid, int op); | ||
| 292 | |||
| 291 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); | 293 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); |
| 292 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); | 294 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); |
| 293 | void enqueue_output_raw(const char *keyid, const char *seckey, | 295 | void enqueue_output_raw(const char *keyid, const char *seckey, |