summaryrefslogtreecommitdiff
path: root/taler_wallet_core_lib.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-23 14:52:30 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 14:52:30 +0200
commitf24451bf9fd2e6893b4897f34bc8a47f3fa20174 (patch)
tree275e7231b7c1eeb22e379e9f8e07c4536e43fb94 /taler_wallet_core_lib.c
parentb9a0ecb29c6640064367091a2165e4757e9b14ef (diff)
downloadquickjs-tart-f24451bf9fd2e6893b4897f34bc8a47f3fa20174.tar.gz
quickjs-tart-f24451bf9fd2e6893b4897f34bc8a47f3fa20174.tar.bz2
quickjs-tart-f24451bf9fd2e6893b4897f34bc8a47f3fa20174.zip
prototypes for native logging
Diffstat (limited to 'taler_wallet_core_lib.c')
-rw-r--r--taler_wallet_core_lib.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/taler_wallet_core_lib.c b/taler_wallet_core_lib.c
index d1b2fb8..072b6ac 100644
--- a/taler_wallet_core_lib.c
+++ b/taler_wallet_core_lib.c
@@ -92,6 +92,15 @@ TALER_WALLET_set_message_handler(struct TALER_WALLET_Instance *twi,
}
+void
+TALER_WALLET_set_log_handler(struct TALER_WALLET_Instance *twi,
+ TALER_WALLET_LogHandlerFn *handler_f,
+ void *handler_cls)
+{
+ // FIXME: Implement!
+}
+
+
int
TALER_WALLET_send_request (struct TALER_WALLET_Instance *twi,
const char *msg)