commit 18202f3b6d49e64980ded53cf3e65e885465581d parent ffe0a1499466134eedadbce02bc09dd65b680f85 Author: Christian Grothoff <grothoff@gnunet.org> Date: Tue, 28 Nov 2023 17:20:46 +0900 -fix #include Diffstat:
| M | src/include/donaudb_lib.h | | | 12 | +++++------- |
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/include/donaudb_lib.h b/src/include/donaudb_lib.h @@ -14,12 +14,10 @@ A PARTICULAR PURPOSE.See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with TALER; see the file COPYING.If not, see <http: // www.gnu.org/licenses/> -* -** -*@file include / taler_donaudb_lib.h -* @brief IO operations for the - donau -'s private keys +*/ +/** + *@file include/taler_donaudb_lib.h + * @brief IO operations for the donau's private keys * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff @@ -27,7 +25,7 @@ COPYING.If not, see <http: // www.gnu.org/licenses/> #ifndef DONAUDB_LIB_H #define DONAUDB_LIB_H -#include "taler_signatures.h" +#include "donau_signatures.h" #include "donaudb_plugin.h" #include "taler/taler_bank_service.h"