summaryrefslogtreecommitdiff
path: root/taler_wallet_core_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-23 16:02:23 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 16:02:23 +0200
commita8da222eee433452801f88fcbce43a77adc8eba8 (patch)
treefe1743d0dc041cfbb73a99939c2e0e0f0a7f4ebe /taler_wallet_core_lib.h
parentf24451bf9fd2e6893b4897f34bc8a47f3fa20174 (diff)
downloadquickjs-tart-a8da222eee433452801f88fcbce43a77adc8eba8.tar.gz
quickjs-tart-a8da222eee433452801f88fcbce43a77adc8eba8.tar.bz2
quickjs-tart-a8da222eee433452801f88fcbce43a77adc8eba8.zip
implement global.__nativeLog function
Diffstat (limited to 'taler_wallet_core_lib.h')
-rw-r--r--taler_wallet_core_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler_wallet_core_lib.h b/taler_wallet_core_lib.h
index fad3c98..eda7eca 100644
--- a/taler_wallet_core_lib.h
+++ b/taler_wallet_core_lib.h
@@ -84,7 +84,7 @@ typedef void (*TALER_WALLET_LogHandlerFn)(void *log_p,
*/
void
TALER_WALLET_set_log_handler(struct TALER_WALLET_Instance *twi,
- TALER_WALLET_LogHandlerFn *handler_f,
+ TALER_WALLET_LogHandlerFn handler_f,
void *handler_p);