Skip to content

Commit

Permalink
map: add missing ext_key forward decl
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 2, 2023
1 parent fa965a9 commit dd616bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/wally_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
extern "C" {
#endif

struct ext_key;

#ifdef SWIG
struct wally_map;
typedef void *wally_map_verify_fn_t;
Expand Down

0 comments on commit dd616bc

Please sign in to comment.