|
@ -135,7 +135,8 @@ void plugins_config(struct plugins *plugins UNNEEDED) |
|
|
void plugins_init(struct plugins *plugins UNNEEDED) |
|
|
void plugins_init(struct plugins *plugins UNNEEDED) |
|
|
{ fprintf(stderr, "plugins_init called!\n"); abort(); } |
|
|
{ fprintf(stderr, "plugins_init called!\n"); abort(); } |
|
|
/* Generated stub for plugins_new */ |
|
|
/* Generated stub for plugins_new */ |
|
|
struct plugins *plugins_new(const tal_t *ctx UNNEEDED, struct log_book *log_book UNNEEDED) |
|
|
struct plugins *plugins_new(const tal_t *ctx UNNEEDED, struct log_book *log_book UNNEEDED, |
|
|
|
|
|
struct jsonrpc *rpc UNNEEDED) |
|
|
{ fprintf(stderr, "plugins_new called!\n"); abort(); } |
|
|
{ fprintf(stderr, "plugins_new called!\n"); abort(); } |
|
|
/* Generated stub for register_opts */ |
|
|
/* Generated stub for register_opts */ |
|
|
void register_opts(struct lightningd *ld UNNEEDED) |
|
|
void register_opts(struct lightningd *ld UNNEEDED) |
|
|