varint: make helper public

This commit is contained in:
niftynei
2023-07-07 00:33:01 -05:00
committed by Rusty Russell
parent aba4d18ed1
commit 388f27edce
2 changed files with 8 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ struct bitcoin_signature;
struct bitcoin_txid;
struct pubkey;
/* Utility we need for psbt stuffs;
* add the varint onto the given array */
void add_varint(u8 **arr, size_t val);
/**
* create_psbt - Create a new psbt object
*