summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 20:39:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 20:39:27 +0100
commit6f3c6827221fae6da47a113af4172e8f269bd38c (patch)
treeb0bae70bd662cbc1e88b7347f7194d951b852be2 /src/include/taler_util.h
parentbc812a0a514f80f062d0d5db2a9b1b257080d9dc (diff)
downloadexchange-6f3c6827221fae6da47a113af4172e8f269bd38c.tar.gz
exchange-6f3c6827221fae6da47a113af4172e8f269bd38c.tar.bz2
exchange-6f3c6827221fae6da47a113af4172e8f269bd38c.zip
rename: TALER_config_get_denom->amount
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h8
1 files changed, 4 insertions, 4 deletions
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);
/**