diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-08 16:45:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-08 16:45:32 +0200 |
commit | b58605a79d955d97f3df8381a4df156d04d3f9cc (patch) | |
tree | 8f3eabbf1d08c78994dcaf96ea2089e3901c4427 /src/include/taler_util.h | |
parent | 7fd4f1d8463e324ab850b6c3c92c045b68906efc (diff) | |
download | exchange-b58605a79d955d97f3df8381a4df156d04d3f9cc.tar.gz exchange-b58605a79d955d97f3df8381a4df156d04d3f9cc.tar.bz2 exchange-b58605a79d955d97f3df8381a4df156d04d3f9cc.zip |
introduce TALER_OS_init() to safely handle static linkage
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 59824a52..79e24779 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -175,6 +175,13 @@ TALER_project_data_default (void); /** + * Initialize libtalerutil. + */ +void +TALER_OS_init (void); + + +/** * URL-encode a string according to rfc3986. * * @param s string to encode |