|
|
@ -37,6 +37,13 @@ void fromwire_node_id(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, struct n |
|
|
|
/* Generated stub for fromwire_pubkey */ |
|
|
|
void fromwire_pubkey(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, struct pubkey *pubkey UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_pubkey called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_tal_arrn */ |
|
|
|
u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED, |
|
|
|
const u8 **cursor UNNEEDED, size_t *max UNNEEDED, size_t num UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_tal_arrn called!\n"); abort(); } |
|
|
|
/* 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(); } |
|
|
@ -58,12 +65,18 @@ void towire_node_id(u8 **pptr UNNEEDED, const struct node_id *id UNNEEDED) |
|
|
|
/* Generated stub for towire_pubkey */ |
|
|
|
void towire_pubkey(u8 **pptr UNNEEDED, const struct pubkey *pubkey UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_pubkey called!\n"); abort(); } |
|
|
|
/* 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_u64 */ |
|
|
|
void towire_u64(u8 **pptr UNNEEDED, u64 v UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_u64 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(); } |
|
|
|
/* AUTOGENERATED MOCKS END */ |
|
|
|
|
|
|
|
#if 0 |
|
|
|