Browse Source

wire: remove declaration of towire_tlvs since its implementation is already removed

Signed-off-by: YOSHIDA Masanori <masanori.yoshida@gmail.com>
Changelog-None
ppa-prep
YOSHIDA Masanori 4 years ago
committed by neil saitug
parent
commit
9f893e3f6d
  1. 6
      wire/tlvstream.h

6
wire/tlvstream.h

@ -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…
Cancel
Save