donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 25795286fb6b6a90c7920eabc189002f9b9e9327
parent 01aa74162f47c4ac393ac2e4678100e997a075c9
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Tue,  9 Jan 2024 12:12:26 +0100

[headers] small changes

Diffstat:
Msrc/include/donau_testing_lib.h | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/include/donau_testing_lib.h b/src/include/donau_testing_lib.h @@ -24,8 +24,8 @@ * @author Marcello Stanisci * */ -#ifndef TALER_TESTING_LIB_H -#define TALER_TESTING_LIB_H +#ifndef DONAU_LIB_H +#define DONAU_LIB_H #include "taler/taler_util.h" #include <microhttpd.h> @@ -71,4 +71,6 @@ DONAU_TESTING_main (char *const *argv, const char *cfg_file, struct TALER_TESTING_Credentials *cred, TALER_TESTING_Main main_cb, - void *main_cb_cls); -\ No newline at end of file + void *main_cb_cls); + +#endif +\ No newline at end of file