| 983 | }; |
| 984 | |
| 985 | int main(int argc, char *argv[]) |
| 986 | { |
| 987 | setup_locale(); |
| 988 | plugin_main(argv, init, PLUGIN_STATIC, true, NULL, |
| 989 | commands, ARRAY_SIZE(commands), |
| 990 | NULL, 0, |
| 991 | hooks, ARRAY_SIZE(hooks), |
| 992 | NULL, 0, |
| 993 | NULL); |
| 994 | } |
nothing calls this directly
no test coverage detected