aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-09-03 06:08:13 +0200
committergrunfink <grunfink@comam.es>2025-09-03 06:08:13 +0200
commit59f3b5465ecca02cb90310fd1dbc46456d6a4908 (patch)
tree6f62214612ef15d9640e5094715b01739d4b0d89 /main.c
parentd23fc31ba9c58e81d872d283ccdd1228865378b2 (diff)
New function collect_outbox().
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 e01b6a2..474d684 100644
--- a/main.c
+++ b/main.c
@@ -738,6 +738,11 @@ int main(int argc, char *argv[])
return 0;
}
+ if (strcmp(cmd, "collect_outbox") == 0) { /** **/
+ collect_outbox(&snac, url);
+ return 0;
+ }
+
if (strcmp(cmd, "insert") == 0) { /** **/
int status;
xs *data = NULL;