diff options
| author | cyan <cyjan@mrcyjanek.net> | 2026-03-10 20:23:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 20:23:19 +0100 |
| commit | 7e227b0aa00c66d5d407751cac715e61e0c1c373 (patch) | |
| tree | addd746ecb1dc235d97e6fc7ba5d85bed3f905d2 /impls/monero.dart/ffigen_wownero.yaml | |
| parent | 2c11591e02b907e63d8fd4fcb0a6559625934a95 (diff) | |
Cleanup and fixes (#180)
Diffstat (limited to 'impls/monero.dart/ffigen_wownero.yaml')
| -rw-r--r-- | impls/monero.dart/ffigen_wownero.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.dart/ffigen_wownero.yaml b/impls/monero.dart/ffigen_wownero.yaml index 1149dca..b87b050 100644 --- a/impls/monero.dart/ffigen_wownero.yaml +++ b/impls/monero.dart/ffigen_wownero.yaml @@ -3,7 +3,7 @@ description: monero_c wownero bindings output: 'lib/src/generated_bindings_wownero.g.dart' headers: entry-points: - - '../../wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h' + - '../../wownero_libwallet2_api_c/src/main/cpp/wownero_wallet2_api_c.h' exclude-all-by-default: true functions: |
