diff options
Diffstat (limited to 'src/bank-lib/bank_api_parse.c')
-rw-r--r-- | src/bank-lib/bank_api_parse.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/bank-lib/bank_api_parse.c b/src/bank-lib/bank_api_parse.c index b09e5af35..0d30e9d08 100644 --- a/src/bank-lib/bank_api_parse.c +++ b/src/bank-lib/bank_api_parse.c @@ -23,15 +23,7 @@ #include "taler_bank_service.h" -/** - * Parse configuration section with bank authentication data. - * - * @param cfg configuration to parse - * @param section the section with the configuration data - * @param[out] auth set to the configuration data found - * @return #GNUNET_OK on success - */ -int +enum GNUNET_GenericReturnValue TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *section, struct TALER_BANK_AuthenticationData *auth) @@ -122,12 +114,6 @@ TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg, } -/** - * Free memory inside of @a auth (but not @a auth itself). - * Dual to #TALER_BANK_auth_parse_cfg(). - * - * @param[in] auth authentication data to free - */ void TALER_BANK_auth_free (struct TALER_BANK_AuthenticationData *auth) { |