Generated stub for plugin_log */
| 67 | { fprintf(stderr, "plugin_err called!\n"); abort(); } |
| 68 | /* Generated stub for plugin_log */ |
| 69 | void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...) |
| 70 | { fprintf(stderr, "plugin_log called!\n"); abort(); } |
| 71 | /* Generated stub for plugin_notify_message */ |
| 72 | void plugin_notify_message(struct command *cmd UNNEEDED, |
| 73 | enum log_level level UNNEEDED, |
no test coverage detected