summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-15 19:24:10 +0100
committerdefault <nobody@localhost>2024-02-15 19:24:10 +0100
commitc3b50574acaad6d2dc8128ed66203f9e11c431df (patch)
treeebebd72c1c3b0ff5e49f83a42f731d2a9a0eedc7 /snac.h
parentb75e44afb38bef99bc932942ff4ba4286b774507 (diff)
New function verify_links().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 7c3092b..51d223f 100644
--- a/snac.h
+++ b/snac.h
@@ -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);