Generated stub for plugin_err */
| 201 | { fprintf(stderr, "notleak_ called!\n"); abort(); } |
| 202 | /* Generated stub for plugin_err */ |
| 203 | void plugin_err(struct plugin *p UNNEEDED, const char *fmt UNNEEDED, ...) |
| 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(); } |
no test coverage detected