From 34a3616180f2d40e778cb1ed8446e8171468cd49 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 26 Jun 2024 15:18:55 +0200 Subject: add dummy device to monero codebase --- monero_libwallet2_api_c/monero_libwallet2_api_c.exp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'monero_libwallet2_api_c/monero_libwallet2_api_c.exp') diff --git a/monero_libwallet2_api_c/monero_libwallet2_api_c.exp b/monero_libwallet2_api_c/monero_libwallet2_api_c.exp index 829dd4f..843130d 100644 --- a/monero_libwallet2_api_c/monero_libwallet2_api_c.exp +++ b/monero_libwallet2_api_c/monero_libwallet2_api_c.exp @@ -286,4 +286,13 @@ _MONERO_Wallet_submitTransactionUR _MONERO_Wallet_exportOutputsUR _MONERO_Wallet_exportKeyImagesUR _MONERO_Wallet_importKeyImagesUR -_MONERO_Wallet_importOutputsUR \ No newline at end of file +_MONERO_Wallet_importOutputsUR +_MONERO_Wallet_getStateIsConnected +_MONERO_Wallet_getSendToDevice +_MONERO_Wallet_getSendToDeviceLength +_MONERO_Wallet_getReceivedFromDevice +_MONERO_Wallet_getReceivedFromDeviceLength +_MONERO_Wallet_getWaitsForDeviceSend +_MONERO_Wallet_getWaitsForDeviceReceive +_MONERO_Wallet_setDeviceReceivedData +_MONERO_Wallet_setDeviceSendData \ No newline at end of file -- cgit v1.2.3