| 1288 | } |
| 1289 | |
| 1290 | void plugin_notify_end(struct command *cmd, struct json_stream *js) |
| 1291 | { |
| 1292 | json_object_end(js); |
| 1293 | |
| 1294 | jsonrpc_finish_and_send(cmd->plugin, js); |
| 1295 | } |
| 1296 | |
| 1297 | /* Convenience wrapper for notify with "message" */ |
| 1298 | void plugin_notify_message(struct command *cmd, |
no test coverage detected