diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-16 12:37:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-16 12:37:37 +0200 |
commit | ecc5b6791fbcbd28c12ab578a9ed6ae50629d958 (patch) | |
tree | 659f8d2bffedca2dac684e08316f1818ab014692 /src/include | |
parent | 480b9cdf39d9a7a0597db2484920602add45d187 (diff) |
fix taler-exchange-keyup way of loading configuration
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 0b1d40c85..9e52c973f 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -104,7 +104,7 @@ TALER_b2s (const void *buf, * @return #GNUNET_OK on success, #GNUNET_SYSERR on error */ int -TALER_config_get_denom (struct GNUNET_CONFIGURATION_Handle *cfg, +TALER_config_get_denom (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *section, const char *option, struct TALER_Amount *denom); |