| 1913 | } |
| 1914 | |
| 1915 | void plugin_notify_end(struct command *cmd, struct json_stream *js) |
| 1916 | { |
| 1917 | json_object_end(js); |
| 1918 | |
| 1919 | jsonrpc_finish_and_send(cmd->plugin, js); |
| 1920 | } |
| 1921 | |
| 1922 | /* Convenience wrapper for notify with "message" */ |
| 1923 | void plugin_notify_message(struct command *cmd, |
no test coverage detected