diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* snac - A simple, minimalistic ActivityPub instance */ | 1 | /* snac - A simple, minimalistic ActivityPub instance */ |
| 2 | /* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ | 2 | /* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ |
| 3 | 3 | ||
| 4 | #define VERSION "2.84-dev" | 4 | #define VERSION "2.84" |
| 5 | 5 | ||
| 6 | #define USER_AGENT "snac/" VERSION | 6 | #define USER_AGENT "snac/" VERSION |
| 7 | 7 | ||
| @@ -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, |