From 5fd5036ea39b4e5ea4b828d0804cf1a039df9a1a Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 11 Jan 2024 15:15:57 +0100 Subject: add `MONERO_DEBUG_isPointerNull` --- libbridge/src/main/cpp/wallet2_api_c.h | 1 + 1 file changed, 1 insertion(+) (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 0f993c3..d838608 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.h +++ b/libbridge/src/main/cpp/wallet2_api_c.h @@ -966,6 +966,7 @@ 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(); +bool MONERO_DEBUG_isPointerNull(void* wallet_ptr); #ifdef __cplusplus } -- cgit v1.2.3