summaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parentb75e44afb38bef99bc932942ff4ba4286b774507 (diff)
New function verify_links().
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index 08f23d5..e9b6cfe 100644
--- a/main.c
+++ b/main.c
@@ -247,6 +247,11 @@ int main(int argc, char *argv[])
return 0;
}
+ if (strcmp(cmd, "verify_links") == 0) { /** **/
+ verify_links(&snac);
+ return 0;
+ }
+
if (strcmp(cmd, "timeline") == 0) { /** **/
#if 0
xs *list = local_list(&snac, XS_ALL);