Generated stub for plugin_log */
| 204 | { fprintf(stderr, "plugin_err called!\n"); abort(); } |
| 205 | /* Generated stub for plugin_log */ |
| 206 | void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...) |
| 207 | { fprintf(stderr, "plugin_log called!\n"); abort(); } |
| 208 | /* Generated stub for plugin_notification_end */ |
| 209 | void plugin_notification_end(struct plugin *plugin UNNEEDED, |
| 210 | struct json_stream *stream TAKES UNNEEDED) |
no test coverage detected