diff options
| author | 2025-08-16 16:42:50 +0200 | |
|---|---|---|
| committer | 2025-08-16 16:42:50 +0200 | |
| commit | 86de22fe92560db8d0661a6f4ee9be07a84043a3 (patch) | |
| tree | 4a4c5d5aedde7faae4909990911a8b681589d363 /main.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.tar.gz penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.tar.xz penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.zip | |
New function collect_replies().
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -730,6 +730,12 @@ int main(int argc, char *argv[]) | |||
| 730 | return 0; | 730 | return 0; |
| 731 | } | 731 | } |
| 732 | 732 | ||
| 733 | if (strcmp(cmd, "collect_replies") == 0) { /** **/ | ||
| 734 | collect_replies(&snac, url); | ||
| 735 | |||
| 736 | return 0; | ||
| 737 | } | ||
| 738 | |||
| 733 | if (strcmp(cmd, "insert") == 0) { /** **/ | 739 | if (strcmp(cmd, "insert") == 0) { /** **/ |
| 734 | int status; | 740 | int status; |
| 735 | xs *data = NULL; | 741 | xs *data = NULL; |