Generated stub for plugin_err */
| 92 | { fprintf(stderr, "notification_deprecated_out_ok called!\n"); abort(); } |
| 93 | /* Generated stub for plugin_err */ |
| 94 | void plugin_err(struct plugin *p UNNEEDED, const char *fmt UNNEEDED, ...) |
| 95 | { fprintf(stderr, "plugin_err called!\n"); abort(); } |
| 96 | /* Generated stub for plugin_gossmap_logcb */ |
| 97 | void plugin_gossmap_logcb(struct plugin *plugin UNNEEDED, |
| 98 | enum log_level level UNNEEDED, |
no test coverage detected