|
|
@ -30,9 +30,6 @@ bool dump_memleak(struct htable *memtable UNNEEDED) |
|
|
|
/* Generated stub for fromwire */ |
|
|
|
const u8 *fromwire(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, void *copy UNNEEDED, size_t n UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_amount_sat */ |
|
|
|
struct amount_sat fromwire_amount_sat(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_amount_sat called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_fail */ |
|
|
|
const void *fromwire_fail(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_fail called!\n"); abort(); } |
|
|
@ -75,6 +72,9 @@ u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED, |
|
|
|
/* Generated stub for fromwire_u16 */ |
|
|
|
u16 fromwire_u16(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u16 called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_u64 */ |
|
|
|
u64 fromwire_u64(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u64 called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_u8 */ |
|
|
|
u8 fromwire_u8(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u8 called!\n"); abort(); } |
|
|
@ -208,9 +208,6 @@ u8 *to_self_wscript(const tal_t *ctx UNNEEDED, |
|
|
|
/* Generated stub for towire */ |
|
|
|
void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_amount_sat */ |
|
|
|
void towire_amount_sat(u8 **pptr UNNEEDED, const struct amount_sat sat UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_amount_sat called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_hsm_get_per_commitment_point */ |
|
|
|
u8 *towire_hsm_get_per_commitment_point(const tal_t *ctx UNNEEDED, u64 n UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_hsm_get_per_commitment_point called!\n"); abort(); } |
|
|
@ -269,6 +266,9 @@ void towire_sha256_double(u8 **pptr UNNEEDED, const struct sha256_double *sha256 |
|
|
|
/* Generated stub for towire_u16 */ |
|
|
|
void towire_u16(u8 **pptr UNNEEDED, u16 v UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u16 called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_u64 */ |
|
|
|
void towire_u64(u8 **pptr UNNEEDED, u64 v UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u64 called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_u8 */ |
|
|
|
void towire_u8(u8 **pptr UNNEEDED, u8 v UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u8 called!\n"); abort(); } |
|
|
|