| 408 | }; |
| 409 | |
| 410 | int main(int argc, char *argv[]) |
| 411 | { |
| 412 | setup_locale(); |
| 413 | plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, |
| 414 | commands, ARRAY_SIZE(commands), |
| 415 | notifs, ARRAY_SIZE(notifs), NULL, 0, |
| 416 | NULL, 0, /* Notification topics we publish */ |
| 417 | NULL); |
| 418 | } |
nothing calls this directly
no test coverage detected