diff options
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 10671ea4b..f2121f9cb 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -158,7 +158,9 @@ TALER_b2s (const void *buf, * @param section section of the configuration to access * @param option option of the configuration to access * @param[out] denom set to the amount found in configuration - * @return #GNUNET_OK on success, #GNUNET_SYSERR on error + * @return #GNUNET_OK on success, + * #GNUNET_NO if not found, + * #GNUNET_SYSERR on error */ enum GNUNET_GenericReturnValue TALER_config_get_amount (const struct GNUNET_CONFIGURATION_Handle *cfg, |