diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-06 19:39:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-06 19:39:31 +0200 |
commit | 95d338f6ccfe7e7e5da160e1010968a9918c1c23 (patch) | |
tree | 1809c5c7aa0515d5c4a52638140167c162cd99be /src/include | |
parent | fd7e85575912517daa00b322ff30507ad3611800 (diff) |
adding test for auditors API
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index fd2149229..5da8452d1 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -239,7 +239,8 @@ typedef int /** - * Call @a it with information for each auditor found in the @a exchange_base_dir. + * Call @a it with information for each auditor found in the + * directory with auditor information as specified in @a cfg. * * @param cfg configuration to use * @param it function to call with auditor information |