| 2661 | } |
| 2662 | |
| 2663 | struct command *aux_command(const struct command *cmd) |
| 2664 | { |
| 2665 | return new_command(cmd->plugin, cmd->plugin, cmd->id, |
| 2666 | cmd->methodname, COMMAND_TYPE_AUX); |
| 2667 | } |
| 2668 | |
| 2669 | struct command_result *WARN_UNUSED_RESULT |
| 2670 | aux_command_done(struct command *cmd) |
no test coverage detected