diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -738,6 +738,11 @@ int main(int argc, char *argv[]) | |||
| 738 | return 0; | 738 | return 0; |
| 739 | } | 739 | } |
| 740 | 740 | ||
| 741 | if (strcmp(cmd, "collect_outbox") == 0) { /** **/ | ||
| 742 | collect_outbox(&snac, url); | ||
| 743 | return 0; | ||
| 744 | } | ||
| 745 | |||
| 741 | if (strcmp(cmd, "insert") == 0) { /** **/ | 746 | if (strcmp(cmd, "insert") == 0) { /** **/ |
| 742 | int status; | 747 | int status; |
| 743 | xs *data = NULL; | 748 | xs *data = NULL; |