From 48e6f061420a9da04ed658e35d1ad8768791147f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 30 Dec 2023 13:47:07 +0100 Subject: feat: cache build results debug: void MONERO_DEBUG_test0(); bool MONERO_DEBUG_test1(bool x); int MONERO_DEBUG_test2(int x); uint64_t MONERO_DEBUG_test3(uint64_t x); void* MONERO_DEBUG_test4(uint64_t x); const char* MONERO_DEBUG_test5(); const char* MONERO_DEBUG_test5_std(); --- libbridge/src/main/cpp/wallet2_api_c.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libbridge/src/main/cpp/wallet2_api_c.h') diff --git a/libbridge/src/main/cpp/wallet2_api_c.h b/libbridge/src/main/cpp/wallet2_api_c.h index 1b6316d..1fccf6c 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.h +++ b/libbridge/src/main/cpp/wallet2_api_c.h @@ -727,7 +727,13 @@ void MONERO_WalletManagerFactory_setLogLevel(int level); // }; // } -int MONERO_DEBUG_theAnswerToTheUltimateQuestionOfLifeTheUniverseAndEverything(int x); +void MONERO_DEBUG_test0(); +bool MONERO_DEBUG_test1(bool x); +int MONERO_DEBUG_test2(int x); +uint64_t MONERO_DEBUG_test3(uint64_t x); +void* MONERO_DEBUG_test4(uint64_t x); +const char* MONERO_DEBUG_test5(); +const char* MONERO_DEBUG_test5_std(); #ifdef __cplusplus } -- cgit v1.2.3