| 2675 | } |
| 2676 | |
| 2677 | struct command_result *WARN_UNUSED_RESULT |
| 2678 | notification_handled(struct command *cmd) |
| 2679 | { |
| 2680 | assert(cmd->type == COMMAND_TYPE_NOTIFICATION); |
| 2681 | tal_free(cmd); |
| 2682 | return &complete; |
| 2683 | } |
| 2684 | |
| 2685 | bool plugin_developer_mode(const struct plugin *plugin) |
| 2686 | { |