summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/auditor_api_deposit_confirmation.c2
-rw-r--r--src/lib/auditor_api_exchanges.c4
-rw-r--r--src/lib/test_auditor_api.c5
-rw-r--r--src/lib/test_auditor_api_version.c3
-rw-r--r--src/lib/testing_api_helpers_auditor.c3
5 files changed, 7 insertions, 10 deletions
diff --git a/src/lib/auditor_api_deposit_confirmation.c b/src/lib/auditor_api_deposit_confirmation.c
index b1a5bacc6..dff17893a 100644
--- a/src/lib/auditor_api_deposit_confirmation.c
+++ b/src/lib/auditor_api_deposit_confirmation.c
@@ -383,7 +383,7 @@ TALER_AUDITOR_deposit_confirmation (struct TALER_AUDITOR_Handle *auditor,
* Cancel a deposit-confirmation permission request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param deposit-confirmation the deposit-confirmation permission request handle
+ * @param deposit_confirmation the deposit-confirmation permission request handle
*/
void
TALER_AUDITOR_deposit_confirmation_cancel (struct
diff --git a/src/lib/auditor_api_exchanges.c b/src/lib/auditor_api_exchanges.c
index 4dfd5cdcd..1f5e49f13 100644
--- a/src/lib/auditor_api_exchanges.c
+++ b/src/lib/auditor_api_exchanges.c
@@ -224,10 +224,10 @@ TALER_AUDITOR_list_exchanges (struct TALER_AUDITOR_Handle *auditor,
/**
- * Cancel a deposit-confirmation permission request. This function cannot be used
+ * Cancel a list exchanges request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param deposit-confirmation the deposit-confirmation permission request handle
+ * @param leh the list exchanges request handle
*/
void
TALER_AUDITOR_list_exchanges_cancel (struct
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index 8302897c6..ac3a6459a 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -16,7 +16,6 @@
License along with TALER; see the file COPYING. If not, see
<http://www.gnu.org/licenses/>
*/
-
/**
* @file lib/test_auditor_api.c
* @brief testcase to test auditor's HTTP API interface
@@ -34,7 +33,7 @@
#include "taler_bank_service.h"
#include "taler_fakebank_lib.h"
#include "taler_testing_lib.h"
-#include "taler_testing_auditor_lib.h"
+
/**
* Configuration file we use. One (big) configuration is used
@@ -695,7 +694,7 @@ main (int argc,
* start/stop the exchange. It calls TALER_TESTING_setup
* which creates the 'is' object.
*/
- TALER_TESTING_AUDITOR_setup (&run,
+ TALER_TESTING_auditor_setup (&run,
NULL,
CONFIG_FILE))
return 1;
diff --git a/src/lib/test_auditor_api_version.c b/src/lib/test_auditor_api_version.c
index 9dc0fbc72..be85455d7 100644
--- a/src/lib/test_auditor_api_version.c
+++ b/src/lib/test_auditor_api_version.c
@@ -16,7 +16,6 @@
License along with TALER; see the file COPYING. If not, see
<http://www.gnu.org/licenses/>
*/
-
/**
* @file lib/test_auditor_api_version.c
* @brief testcase to test auditor's HTTP API interface to fetch /version
@@ -34,7 +33,7 @@
#include "taler_bank_service.h"
#include "taler_fakebank_lib.h"
#include "taler_testing_lib.h"
-#include "taler_testing_auditor_lib.h"
+
/**
* Configuration file we use. One (big) configuration is used
diff --git a/src/lib/testing_api_helpers_auditor.c b/src/lib/testing_api_helpers_auditor.c
index ab5625b66..ff85c0c85 100644
--- a/src/lib/testing_api_helpers_auditor.c
+++ b/src/lib/testing_api_helpers_auditor.c
@@ -25,7 +25,6 @@
#include "taler_json_lib.h"
#include <gnunet/gnunet_curl_lib.h>
#include "taler_testing_lib.h"
-#include "taler_testing_auditor_lib.h"
#include "taler_auditor_service.h"
@@ -212,7 +211,7 @@ setup_with_cfg (void *cls,
* times.
*/
int
-TALER_TESTING_AUDITOR_setup (TALER_TESTING_Main main_cb,
+TALER_TESTING_auditor_setup (TALER_TESTING_Main main_cb,
void *main_cb_cls,
const char *config_filename)
{