| 1301 | } |
| 1302 | |
| 1303 | static mi_response_t *mi_reload_1(const mi_params_t *params, |
| 1304 | struct mi_handler *async_hdl) |
| 1305 | { |
| 1306 | return mi_reload(params, NULL); |
| 1307 | } |
| 1308 | |
| 1309 | static mi_response_t *mi_reload_2(const mi_params_t *params, |
| 1310 | struct mi_handler *async_hdl) |
nothing calls this directly
no test coverage detected