summaryrefslogtreecommitdiff
path: root/taler_wallet_core_lib.h
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-03-21 10:01:29 -0600
committerIván Ávalos <avalos@disroot.org>2024-03-21 10:01:29 -0600
commit01125a17a010a6d78fd4b25be549691a152c4349 (patch)
tree2f7367ac0ea79e9e8766f3f2a29b64d92e5f174e /taler_wallet_core_lib.h
parent5e1d4e9c38ba7248c96b78b2b975c59e94b95b15 (diff)
downloadquickjs-tart-01125a17a010a6d78fd4b25be549691a152c4349.tar.gz
quickjs-tart-01125a17a010a6d78fd4b25be549691a152c4349.tar.bz2
quickjs-tart-01125a17a010a6d78fd4b25be549691a152c4349.zip
android: implement native interface with curl
Diffstat (limited to 'taler_wallet_core_lib.h')
-rw-r--r--taler_wallet_core_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/taler_wallet_core_lib.h b/taler_wallet_core_lib.h
index 13b8bef..e260f82 100644
--- a/taler_wallet_core_lib.h
+++ b/taler_wallet_core_lib.h
@@ -163,6 +163,15 @@ void
TALER_set_http_client_implementation(struct TALER_WALLET_Instance *twi,
struct JSHttpClientImplementation *impl);
+/**
+ * Set the reference CuRL-based HTTP client implementation as the one
+ * to be used by the wallet.
+ *
+ * @param twi wallet-core instance
+ */
+void
+TALER_set_curl_http_client(struct TALER_WALLET_Instance *twi);
+
#pragma mark -
/**
* Build JSHttpClientImplementation struct for native HTTP client implementation to be used by the wallet.