diff options
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 4 |
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); /** |