diff options
author | default <nobody@localhost> | 2024-02-15 19:24:10 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-15 19:24:10 +0100 |
commit | c3b50574acaad6d2dc8128ed66203f9e11c431df (patch) | |
tree | ebebd72c1c3b0ff5e49f83a42f731d2a9a0eedc7 /snac.h | |
parent | b75e44afb38bef99bc932942ff4ba4286b774507 (diff) |
New function verify_links().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -330,3 +330,5 @@ int mastoapi_put_handler(const xs_dict *req, const char *q_path, const char *payload, int p_size, char **body, int *b_size, char **ctype); void mastoapi_purge(void); + +void verify_links(snac *user); |