aboutsummaryrefslogtreecommitdiff
path: root/src/bank
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank')
-rw-r--r--src/bank/mb_common.c9
-rw-r--r--src/bank/mb_common.h2
-rw-r--r--src/bank/mb_parse.c8
3 files changed, 1 insertions, 18 deletions
diff --git a/src/bank/mb_common.c b/src/bank/mb_common.c
index c85eea80..d113ddf9 100644
--- a/src/bank/mb_common.c
+++ b/src/bank/mb_common.c
@@ -23,15 +23,6 @@
#include "mb_common.h"
-/**
- * Set authentication data in @a easy from @a auth.
- * The API currently specifies the use of HTTP basic
- * authentication.
- *
- * @param easy curl handle to setup for authentication
- * @param auth authentication data to use
- * @return #GNUNET_OK in success
- */
enum GNUNET_GenericReturnValue
TALER_MERCHANT_BANK_setup_auth_ (
CURL *easy,
diff --git a/src/bank/mb_common.h b/src/bank/mb_common.h
index efca1dd0..278b7600 100644
--- a/src/bank/mb_common.h
+++ b/src/bank/mb_common.h
@@ -34,7 +34,7 @@
*
* @param easy curl handle to setup for authentication
* @param auth authentication data to use
- * @return #GNUNET_OK in success
+ * @return #GNUNET_OK on success
*/
enum GNUNET_GenericReturnValue
TALER_MERCHANT_BANK_setup_auth_ (
diff --git a/src/bank/mb_parse.c b/src/bank/mb_parse.c
index f785ed11..679daea5 100644
--- a/src/bank/mb_parse.c
+++ b/src/bank/mb_parse.c
@@ -23,14 +23,6 @@
#include "taler_merchant_bank_lib.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
- */
enum GNUNET_GenericReturnValue
TALER_MERCHANT_BANK_auth_parse_cfg (
const struct GNUNET_CONFIGURATION_Handle *cfg,