diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-23 18:43:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-23 18:43:03 +0200 |
commit | 098bd64f39ce9f6bfca54fe2505b91a079c22f16 (patch) | |
tree | dcb07ed4ee421735681fe35a46b4011da1243449 /src | |
parent | c7a54f7a81490b0e6022d98a6c47f61146a3f850 (diff) |
-fix struct name
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_signatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 6ed71153d..6b5d37685 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1356,7 +1356,7 @@ struct TALER_ProposalDataPS * Used by merchants to return signed responses to /pay requests. * Currently only used to return 200 OK signed responses. */ -struct PaymentResponsePS +struct TALER_PaymentResponsePS { /** * Set to #TALER_SIGNATURE_MERCHANT_PAYMENT_OK. Note that |