| 739 | }; |
| 740 | |
| 741 | int main(int argc, char *argv[]) |
| 742 | { |
| 743 | setup_locale(); |
| 744 | plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL, |
| 745 | commands, ARRAY_SIZE(commands), |
| 746 | NULL, 0, |
| 747 | hooks, ARRAY_SIZE(hooks), |
| 748 | NULL, 0, |
| 749 | NULL); |
| 750 | } |
nothing calls this directly
no test coverage detected