rgb-cln/wire/test
Wladimir J. van der Laan e4c6fd89b7 Add missing `extern` qualifiers for gcc 10
GCC 10 defaults to `-fno-common`. no longer automatically sharing
global variable definitions, which makes it important to define
them in only one place (otherwise there will be duplicate definition
errors). Add `extern` qualifiers where (I think) is the best place for
them.
2020-02-02 12:59:17 +10:30
..
.gitignore wire: generate marshal/unmarshal from spec. 2016-12-01 13:50:02 +10:30
Makefile tlv: Remove unused TLV deserialization function 2019-12-03 00:37:15 +00:00
run-peer-wire.c Add missing `extern` qualifiers for gcc 10 2020-02-02 12:59:17 +10:30
run-tlvstream.c tlv: Remove unused TLV deserialization function 2019-12-03 00:37:15 +00:00