summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-05 01:38:22 +0200
committerdefault <nobody@localhost>2024-05-05 01:38:22 +0200
commitfc76ae4e9e721a1ec5fbcf3b509d5a47cf48cd61 (patch)
treeb64e7179eacd692896cf9caa5f372854425473a5 /main.c
parent7ea57485c70e9a55045f14bd81d7aea73fff4fb1 (diff)
New function enqueue_object_request().
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 06cae78..6a38412 100644
--- a/main.c
+++ b/main.c
@@ -458,6 +458,12 @@ int main(int argc, char *argv[])
return 0;
}
+ if (strcmp(cmd, "request2") == 0) { /** **/
+ enqueue_object_request(&snac, url, 2);
+
+ return 0;
+ }
+
if (strcmp(cmd, "actor") == 0) { /** **/
int status;
xs *data = NULL;