|
|
@ -27,6 +27,9 @@ bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
|
|
|
struct amount_sat a UNNEEDED, |
|
|
|
struct amount_sat b UNNEEDED) |
|
|
|
{ fprintf(stderr, "amount_sat_sub called!\n"); abort(); } |
|
|
|
/* 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(); } |
|
|
@ -43,6 +46,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_u32 */ |
|
|
|
u32 fromwire_u32(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u32 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(); } |
|
|
@ -52,6 +58,9 @@ void towire_sha256(u8 **pptr UNNEEDED, const struct sha256 *sha256 UNNEEDED) |
|
|
|
/* 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_u32 */ |
|
|
|
void towire_u32(u8 **pptr UNNEEDED, u32 v UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u32 called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_u8_array */ |
|
|
|
void towire_u8_array(u8 **pptr UNNEEDED, const u8 *arr UNNEEDED, size_t num UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u8_array called!\n"); abort(); } |
|
|
|