mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
wire: remove declaration of towire_tlvs since its implementation is already removed
Signed-off-by: YOSHIDA Masanori <masanori.yoshida@gmail.com> Changelog-None
This commit is contained in:
parent
d151d554b3
commit
9f893e3f6d
1 changed files with 0 additions and 6 deletions
|
@ -27,12 +27,6 @@ struct tlv_field {
|
|||
u8 *value;
|
||||
};
|
||||
|
||||
/* Append a stream of tlvs: types[] must be in increasing type order! */
|
||||
void towire_tlvs(u8 **pptr,
|
||||
const struct tlv_record_type types[],
|
||||
size_t num_types,
|
||||
const void *record);
|
||||
|
||||
/* Given any tlvstream serialize the raw fields (untyped ones). */
|
||||
void towire_tlvstream_raw(u8 **pptr, const struct tlv_field *fields);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue