| 734 | } |
| 735 | |
| 736 | mi_response_t *mi_tm_reply_1(const mi_params_t *params, |
| 737 | struct mi_handler *async_hdl) |
| 738 | { |
| 739 | return mi_tm_reply(params, NULL, NULL); |
| 740 | } |
| 741 | |
| 742 | mi_response_t *mi_tm_reply_2(const mi_params_t *params, |
| 743 | struct mi_handler *async_hdl) |
nothing calls this directly
no test coverage detected