Generated stub for fromwire_tlv */
| 13 | bool deprecated_apis; |
| 14 | /* Generated stub for fromwire_tlv */ |
| 15 | bool fromwire_tlv(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, |
| 16 | const struct tlv_record_type *types UNNEEDED, size_t num_types UNNEEDED, |
| 17 | void *record UNNEEDED, struct tlv_field **fields UNNEEDED, |
| 18 | const u64 *extra_types UNNEEDED, size_t *err_off UNNEEDED, u64 *err_type UNNEEDED) |
| 19 | { fprintf(stderr, "fromwire_tlv called!\n"); abort(); } |
| 20 | /* Generated stub for towire_tlv */ |
| 21 | void towire_tlv(u8 **pptr UNNEEDED, |
| 22 | const struct tlv_record_type *types UNNEEDED, size_t num_types UNNEEDED, |