Generated stub for plugin_main */
| 376 | { fprintf(stderr, "plugin_log called!\n"); abort(); } |
| 377 | /* Generated stub for plugin_main */ |
| 378 | void plugin_main(char *argv[] UNNEEDED, |
| 379 | const char *(*init)(struct command *init_cmd UNNEEDED, |
| 380 | const char *buf UNNEEDED, |
| 381 | const jsmntok_t *) UNNEEDED, |
| 382 | void *data TAKES UNNEEDED, |
| 383 | const enum plugin_restartability restartability UNNEEDED, |
| 384 | bool init_rpc UNNEEDED, |
| 385 | struct feature_set *features STEALS UNNEEDED, |
| 386 | const struct plugin_command *commands TAKES UNNEEDED, |
| 387 | size_t num_commands UNNEEDED, |
| 388 | const struct plugin_notification *notif_subs TAKES UNNEEDED, |
| 389 | size_t num_notif_subs UNNEEDED, |
| 390 | const struct plugin_hook *hook_subs TAKES UNNEEDED, |
| 391 | size_t num_hook_subs UNNEEDED, |
| 392 | const char **notif_topics TAKES UNNEEDED, |
| 393 | size_t num_notif_topics UNNEEDED, |
| 394 | ...) |
| 395 | { fprintf(stderr, "plugin_main called!\n"); abort(); } |
| 396 | /* Generated stub for rpc_scan_datastore_hex */ |
| 397 | const char *rpc_scan_datastore_hex(const tal_t *ctx UNNEEDED, |
| 398 | struct command *cmd UNNEEDED, |