gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-quickjs-tart] branch master updated: TALER_set_native_http_client


From: gnunet
Subject: [taler-quickjs-tart] branch master updated: TALER_set_native_http_client_implementation
Date: Wed, 28 Feb 2024 12:32:35 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository quickjs-tart.

The following commit(s) were added to refs/heads/master by this push:
     new 1c1b299  TALER_set_native_http_client_implementation
1c1b299 is described below

commit 1c1b2995f80d0f42e24f5bce231af35e1de4e030
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Feb 28 12:32:27 2024 +0100

    TALER_set_native_http_client_implementation
---
 taler_wallet_core_lib.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/taler_wallet_core_lib.h b/taler_wallet_core_lib.h
index 3620d1f..96b15da 100644
--- a/taler_wallet_core_lib.h
+++ b/taler_wallet_core_lib.h
@@ -163,4 +163,18 @@ void
 TALER_set_http_client_implementation(struct TALER_WALLET_Instance *twi,
                                      struct JSHttpClientImplementation *impl);
 
+#pragma mark -
+/**
+ * Set the native HTTP client implementation to be used by the wallet.
+ *
+ * @param twi wallet-core instance
+ * @param req_create HTTP client implementation
+ * @param req_cancel HTTP client implementation
+ */
+void
+TALER_set_native_http_client_implementation(struct TALER_WALLET_Instance *twi,
+                                            JSHttpReqCreateFn req_create,
+                                            JSHttpReqCancelFn req_cancel,
+                                            void *handler_p);
+
 #endif /*_TALER_WALLET_LIB_H */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]