diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-06 13:39:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-06 13:39:22 +0100 |
commit | 02d28bc81cf2b163950d8c7e11b8dd9fd26ebaff (patch) | |
tree | d19bfada2425daffef143a9b105f5e17fa3c2256 /src/auditordb/test_auditordb.c | |
parent | 2a44112a25e7718595a7a9bb7c6df2e616868400 (diff) | |
download | exchange-02d28bc81cf2b163950d8c7e11b8dd9fd26ebaff.tar.gz exchange-02d28bc81cf2b163950d8c7e11b8dd9fd26ebaff.tar.bz2 exchange-02d28bc81cf2b163950d8c7e11b8dd9fd26ebaff.zip |
add missing functions to deal with auditor_progress to the auditordb API
Diffstat (limited to 'src/auditordb/test_auditordb.c')
-rw-r--r-- | src/auditordb/test_auditordb.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c index 376739eb..673ab47b 100644 --- a/src/auditordb/test_auditordb.c +++ b/src/auditordb/test_auditordb.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014, 2015, 2016 GNUnet e.V. + Copyright (C) 2016 GNUnet e.V. and INRIA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -16,9 +16,7 @@ /** * @file auditordb/test_auditordb.c * @brief test cases for DB interaction functions - * @author Sree Harsha Totakura - * @author Christian Grothoff - * @author Marcello Stanisci + * @author Gabor Toth */ #include "platform.h" #include "taler_auditordb_lib.h" |