From b58605a79d955d97f3df8381a4df156d04d3f9cc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Aug 2021 16:45:32 +0200 Subject: introduce TALER_OS_init() to safely handle static linkage --- src/include/taler_util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 59824a521..79e247791 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -174,6 +174,13 @@ const struct GNUNET_OS_ProjectData * TALER_project_data_default (void); +/** + * Initialize libtalerutil. + */ +void +TALER_OS_init (void); + + /** * URL-encode a string according to rfc3986. * -- cgit v1.2.3