| 40 | } |
| 41 | |
| 42 | struct command_result *plugin_cmd_killed(struct plugin_command *pcmd, |
| 43 | struct plugin *plugin, const char *msg) |
| 44 | { |
| 45 | return command_fail(pcmd->cmd, PLUGIN_ERROR, "%s: %s", plugin->cmd, msg); |
| 46 | } |
| 47 | |
| 48 | struct command_result *plugin_cmd_succeeded(struct plugin_command *pcmd, |
| 49 | struct plugin *plugin) |
no test coverage detected