| 279 | |
| 280 | |
| 281 | int main(int argc, char *argv[]) |
| 282 | { |
| 283 | setup_locale(); |
| 284 | |
| 285 | plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL, |
| 286 | NULL, 0, |
| 287 | NULL, 0, NULL, 0, |
| 288 | NULL, 0, /* Notification topics we publish */ |
| 289 | NULL); |
| 290 | } |
| 291 |
nothing calls this directly
no test coverage detected