| 633 | }; |
| 634 | |
| 635 | int main(int argc, char *argv[]) |
| 636 | { |
| 637 | setup_locale(); |
| 638 | plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands), |
| 639 | NULL, 0, NULL, 0, NULL, 0, NULL); |
| 640 | } |
nothing calls this directly
no test coverage detected