Skip to content

Commit 82b20f1

Browse files
committed
build: clean up forward decls
1 parent aac51a5 commit 82b20f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/wally_psbt.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ extern "C" {
6161

6262
#define WALLY_SCALAR_OFFSET_LEN 32 /* Length of a PSET scalar offset */
6363

64-
struct ext_key;
65-
6664
#ifdef SWIG
6765
struct wally_psbt_input;
6866
struct wally_psbt_output;

include/wally_transaction.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ extern "C" {
8181

8282
struct wally_map;
8383
#ifdef SWIG
84+
struct wally_tx_witness_item;
85+
struct wally_tx_witness_stack;
8486
struct wally_tx_input;
8587
struct wally_tx_output;
8688
struct wally_tx;

0 commit comments

Comments
 (0)