| 736 | } |
| 737 | |
| 738 | int main(int argc, char *argv[]) |
| 739 | { |
| 740 | setup_locale(); |
| 741 | plugin_main(argv, init, NULL, PLUGIN_RESTARTABLE, true, NULL, commands, |
| 742 | ARRAY_SIZE(commands), NULL, 0, NULL, 0, NULL, 0, NULL); |
| 743 | } |
nothing calls this directly
no test coverage detected