commit a644355511ea7098e69709bd108fd2e986d62448 parent 3d2a0a08c68f131d8bc7884c1b98385575299bf6 Author: Florian Dold <florian@dold.me> Date: Thu, 19 Jan 2023 19:39:01 +0100 fix signature Diffstat:
| M | taler_wallet_core_lib.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler_wallet_core_lib.h b/taler_wallet_core_lib.h @@ -116,6 +116,6 @@ typedef void (*TALER_LogFn)(void *cls, int stream, const char *msg); * Workaround for platforms where stderr is not visible in logs. */ int -TALER_redirect_std(TALER_LogFn logfn, void *cls); +TALER_start_redirect_std(TALER_LogFn logfn, void *cls); #endif /*_TALER_WALLET_LIB_H */