diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -204,6 +204,8 @@ int is_instance_blocked(const char *instance); | |||
| 204 | int instance_block(const char *instance); | 204 | int instance_block(const char *instance); |
| 205 | int instance_unblock(const char *instance); | 205 | int instance_unblock(const char *instance); |
| 206 | 206 | ||
| 207 | int content_check(const char *file, const xs_dict *msg); | ||
| 208 | |||
| 207 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); | 209 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); |
| 208 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); | 210 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); |
| 209 | void enqueue_output_raw(const char *keyid, const char *seckey, | 211 | void enqueue_output_raw(const char *keyid, const char *seckey, |