summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:24:55 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:24:55 +0100
commit5583b7a0595fe5c91943419ea46260fe7f7b9e9c (patch)
treea5de4293c8c008d6bafefe303d0036cd2603e62d /src/lib/test_auditor_api.c
parent5146d62b14e7d4c14da6fe5c891ce27232082cbd (diff)
downloadexchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.tar.gz
exchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.tar.bz2
exchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.zip
libraries were folded, fold headers as well
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r--src/lib/test_auditor_api.c5
1 files changed, 2 insertions, 3 deletions
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;