diff options
| author | 2024-02-15 19:24:10 +0100 | |
|---|---|---|
| committer | 2024-02-15 19:24:10 +0100 | |
| commit | c3b50574acaad6d2dc8128ed66203f9e11c431df (patch) | |
| tree | ebebd72c1c3b0ff5e49f83a42f731d2a9a0eedc7 /main.c | |
| parent | Backport from xs. (diff) | |
| download | penes-snac2-c3b50574acaad6d2dc8128ed66203f9e11c431df.tar.gz penes-snac2-c3b50574acaad6d2dc8128ed66203f9e11c431df.tar.xz penes-snac2-c3b50574acaad6d2dc8128ed66203f9e11c431df.zip | |
New function verify_links().
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -247,6 +247,11 @@ int main(int argc, char *argv[]) | |||
| 247 | return 0; | 247 | return 0; |
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | if (strcmp(cmd, "verify_links") == 0) { /** **/ | ||
| 251 | verify_links(&snac); | ||
| 252 | return 0; | ||
| 253 | } | ||
| 254 | |||
| 250 | if (strcmp(cmd, "timeline") == 0) { /** **/ | 255 | if (strcmp(cmd, "timeline") == 0) { /** **/ |
| 251 | #if 0 | 256 | #if 0 |
| 252 | xs *list = local_list(&snac, XS_ALL); | 257 | xs *list = local_list(&snac, XS_ALL); |