commit f1dfca476e25a7d66cbff871697fc55e1cccdc2b
parent 42c247de1f6e9660fd838cb4ba2530cc141f644b
Author: Marc Stibane <marc@taler.net>
Date: Mon, 16 Jan 2023 18:11:46 +0100
commented out "TALER_WALLET_destroy" since it's not yet implemented
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler_wallet_core_lib.h b/taler_wallet_core_lib.h
@@ -97,7 +97,7 @@ TALER_WALLET_join(struct TALER_WALLET_Instance *twi);
* and destroy() should only be called after the wallet has
* sent a response to the shutdown message.
*/
-void
-TALER_WALLET_destroy(struct TALER_WALLET_Instance *twi);
+//void
+//TALER_WALLET_destroy(struct TALER_WALLET_Instance *twi);
#endif /*_TALER_WALLET_LIB_H */