| 471 | } |
| 472 | |
| 473 | static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld) |
| 474 | { |
| 475 | return add_plugin_dir(ld->plugins, arg, false); |
| 476 | } |
| 477 | |
| 478 | static char *opt_clear_plugins(struct lightningd *ld) |
| 479 | { |
nothing calls this directly
no test coverage detected