commit e54e3b0d13509bb9e0ce86d5f6e34ab05e1f2d43
parent 0c92b119cae8da2eb033d98a494d084860f0fe2e
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Thu, 19 Oct 2023 13:20:57 +0200
[header] minor adjustments
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/include/taler_donau_crypto_lib.h b/src/include/taler_donau_crypto_lib.h
@@ -85,4 +85,6 @@ struct TALER_DONAU_CharitySignatureP
*/
struct GNUNET_CRYPTO_EddsaSignature eddsa_signature;
};
+
+//TODO:Bearer Token
#endif
diff --git a/src/include/taler_donau_service.h b/src/include/taler_donau_service.h
@@ -1052,7 +1052,7 @@ struct TALER_DONAU_GetCharityResponse
/**
* Charity status information.
*/
- struct CharitySummary charity;
+ struct Charity charity;
} ok;
@@ -1111,7 +1111,7 @@ TALER_DONAU_charity_get (
*/
void
TALER_DONAU_charity_get_cancel (
- struct TALER_DONAU_charitiesGetHandle *rgh);
+ struct TALER_DONAU_charityGetHandle *rgh);
/* ********************* POST /charities/$CHARITY_ID *********************** */
@@ -1163,7 +1163,7 @@ struct TALER_DONAU_BatchIssueInput
* Length of BDIDs.
*/
unsigned int bdids_length;
-}
+};
/**
* How a successful charity issue request is stored.
@@ -1185,7 +1185,7 @@ struct TALER_DONAU_BatchIssueStore
* Charity's eddsa signature.
*/
struct TALER_DonauSignatureP donau_sig;
-}
+};