From 6f3c6827221fae6da47a113af4172e8f269bd38c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 20:39:27 +0100 Subject: rename: TALER_config_get_denom->amount --- src/include/taler_util.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 3f5935728..f64ab342e 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -115,10 +115,10 @@ TALER_b2s (const void *buf, * @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); /** -- cgit v1.2.3