| 584 | } |
| 585 | |
| 586 | int main(int argc, char *argv[]) |
| 587 | { |
| 588 | setup_locale(); |
| 589 | plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, commands, |
| 590 | ARRAY_SIZE(commands), NULL, 0, NULL, 0, NULL, 0, NULL); |
| 591 | } |
nothing calls this directly
no test coverage detected