diff options
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[]) | |||
| 458 | return 0; | 458 | return 0; |
| 459 | } | 459 | } |
| 460 | 460 | ||
| 461 | if (strcmp(cmd, "request2") == 0) { /** **/ | ||
| 462 | enqueue_object_request(&snac, url, 2); | ||
| 463 | |||
| 464 | return 0; | ||
| 465 | } | ||
| 466 | |||
| 461 | if (strcmp(cmd, "actor") == 0) { /** **/ | 467 | if (strcmp(cmd, "actor") == 0) { /** **/ |
| 462 | int status; | 468 | int status; |
| 463 | xs *data = NULL; | 469 | xs *data = NULL; |