diff options
author | default <nobody@localhost> | 2024-03-11 06:00:21 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-11 06:00:21 +0100 |
commit | 60c2a50ed9a0efc8bbbdbeb48b4a96a1eb80f946 (patch) | |
tree | 70e577d7064b3f1f52138d984e0a693d8e161b6c /snac.h | |
parent | 951e6b23151d298d9babeec81bc9926c11bdb3b3 (diff) |
New function content_check().
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); int instance_block(const char *instance); int instance_unblock(const char *instance); +int content_check(const char *file, const xs_dict *msg); + 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); void enqueue_output_raw(const char *keyid, const char *seckey, |