summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/config.c b/src/util/config.c
index e65a144ab..ee74fe8ff 100644
--- a/src/util/config.c
+++ b/src/util/config.c
@@ -33,10 +33,10 @@
* @return #GNUNET_OK on success, #GNUNET_SYSERR on error
*/
int
-TALER_config_get_denom (const struct GNUNET_CONFIGURATION_Handle *cfg,
- const char *section,
- const char *option,
- struct TALER_Amount *denom)
+TALER_config_get_amount (const struct GNUNET_CONFIGURATION_Handle *cfg,
+ const char *section,
+ const char *option,
+ struct TALER_Amount *denom)
{
char *str;