| 1210 | }; |
| 1211 | |
| 1212 | int main(int argc, char *argv[]) |
| 1213 | { |
| 1214 | setup_locale(); |
| 1215 | |
| 1216 | plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL, |
| 1217 | commands, ARRAY_SIZE(commands), |
| 1218 | notifs, ARRAY_SIZE(notifs), hooks, ARRAY_SIZE(hooks), |
| 1219 | NULL, 0, /* Notification topics we publish */ |
| 1220 | NULL); |
| 1221 | } |
nothing calls this directly
no test coverage detected