|
@ -292,6 +292,13 @@ void log_add(struct log *log UNNEEDED, const char *fmt UNNEEDED, ...) |
|
|
void log_io(struct log *log UNNEEDED, enum log_level dir UNNEEDED, const char *comment UNNEEDED, |
|
|
void log_io(struct log *log UNNEEDED, enum log_level dir UNNEEDED, const char *comment UNNEEDED, |
|
|
const void *data UNNEEDED, size_t len UNNEEDED) |
|
|
const void *data UNNEEDED, size_t len UNNEEDED) |
|
|
{ fprintf(stderr, "log_io called!\n"); abort(); } |
|
|
{ fprintf(stderr, "log_io called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for notify_connect */ |
|
|
|
|
|
void notify_connect(struct lightningd *ld UNNEEDED, struct pubkey *nodeid UNNEEDED, |
|
|
|
|
|
struct wireaddr_internal *addr UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "notify_connect called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for notify_disconnect */ |
|
|
|
|
|
void notify_disconnect(struct lightningd *ld UNNEEDED, struct pubkey *nodeid UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "notify_disconnect called!\n"); abort(); } |
|
|
/* Generated stub for null_response */ |
|
|
/* Generated stub for null_response */ |
|
|
struct json_stream *null_response(struct command *cmd UNNEEDED) |
|
|
struct json_stream *null_response(struct command *cmd UNNEEDED) |
|
|
{ fprintf(stderr, "null_response called!\n"); abort(); } |
|
|
{ fprintf(stderr, "null_response called!\n"); abort(); } |
|
|