| 682 | }; |
| 683 | |
| 684 | int main(int argc, char *argv[]) |
| 685 | { |
| 686 | setup_locale(); |
| 687 | plugin_main(argv, init, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands), |
| 688 | NULL, 0, NULL, 0, NULL, 0, NULL); |
| 689 | } |
nothing calls this directly
no test coverage detected