diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-19 16:12:34 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-19 16:12:34 +0100 |
| commit | 8d2f007d9eb88bea5363957c7c2ee48dd15ff4f4 (patch) | |
| tree | 663aca70ca77fa52a4ff9d173389faa01b6da083 /libbridge/src/main/cpp/wallet2_api_c.h | |
| parent | f8bc659801c3d00cc9adb2d4310f8d402ca60263 (diff) | |
getWalletManager
Diffstat (limited to 'libbridge/src/main/cpp/wallet2_api_c.h')
| -rw-r--r-- | libbridge/src/main/cpp/wallet2_api_c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbridge/src/main/cpp/wallet2_api_c.h b/libbridge/src/main/cpp/wallet2_api_c.h index 748321e..300d3ca 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.h +++ b/libbridge/src/main/cpp/wallet2_api_c.h @@ -952,6 +952,7 @@ int LogLevel_Max = 4; // LogLevel_Max = LogLevel_4 // }; // static WalletManager * getWalletManager(); +void* MONERO_WalletManagerFactory_getWalletManager(); // static void setLogLevel(int level); void MONERO_WalletManagerFactory_setLogLevel(int level); // static void setLogCategories(const std::string &categories); |
