summaryrefslogtreecommitdiff
path: root/libbridge/src/main/cpp/wallet2_api_c.h
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-19 16:12:34 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-19 16:12:34 +0100
commit8d2f007d9eb88bea5363957c7c2ee48dd15ff4f4 (patch)
tree663aca70ca77fa52a4ff9d173389faa01b6da083 /libbridge/src/main/cpp/wallet2_api_c.h
parentf8bc659801c3d00cc9adb2d4310f8d402ca60263 (diff)
getWalletManager
Diffstat (limited to 'libbridge/src/main/cpp/wallet2_api_c.h')
-rw-r--r--libbridge/src/main/cpp/wallet2_api_c.h1
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);