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_monero.yaml | |
| parent | 2c11591e02b907e63d8fd4fcb0a6559625934a95 (diff) | |
Cleanup and fixes (#180)
Diffstat (limited to 'impls/monero.dart/ffigen_monero.yaml')
| -rw-r--r-- | impls/monero.dart/ffigen_monero.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.dart/ffigen_monero.yaml b/impls/monero.dart/ffigen_monero.yaml index 516dbc9..c9fea5f 100644 --- a/impls/monero.dart/ffigen_monero.yaml +++ b/impls/monero.dart/ffigen_monero.yaml @@ -3,7 +3,7 @@ description: monero_c bindings output: 'lib/src/generated_bindings_monero.g.dart' headers: entry-points: - - '../../monero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h' + - '../../monero_libwallet2_api_c/src/main/cpp/monero_wallet2_api_c.h' exclude-all-by-default: true functions: |
