summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-08 20:58:06 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-08 20:58:06 +0200
commitb57b15a5eefea6f35724e95a351367b5f3e1bd0f (patch)
tree2626a6f1566981fa7e8c6c56e9bc7bc72bf4583d /src/include/taler_util.h
parentda30a706a864661d85f40d4a5b03f6a9e9e0aa7b (diff)
downloadexchange-b57b15a5eefea6f35724e95a351367b5f3e1bd0f.tar.gz
exchange-b57b15a5eefea6f35724e95a351367b5f3e1bd0f.tar.bz2
exchange-b57b15a5eefea6f35724e95a351367b5f3e1bd0f.zip
more work on DD51
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 4c3a1c9f2..4dcf6f8f8 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -300,8 +300,8 @@ TALER_CONFIG_free_currencies (
* @return JSON object encoding @a cspec for `/config`.
*/
json_t *
-TALER_CONFIG_currency_specs_to_json (const struct
- TALER_CurrencySpecification *cspec);
+TALER_CONFIG_currency_specs_to_json (
+ const struct TALER_CurrencySpecification *cspec);
/**