diff options
author | default <nobody@localhost> | 2024-05-05 01:38:22 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-05 01:38:22 +0200 |
commit | fc76ae4e9e721a1ec5fbcf3b509d5a47cf48cd61 (patch) | |
tree | b64e7179eacd692896cf9caa5f372854425473a5 /main.c | |
parent | 7ea57485c70e9a55045f14bd81d7aea73fff4fb1 (diff) |
New function enqueue_object_request().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |