aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_signatures.h2
-rw-r--r--src/util/exchange_signatures.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 81e74268f..5eb680cdf 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -386,6 +386,6 @@
GNUNET_NETWORK_STRUCT_BEGIN
-GNUNET_NETWORK_STRUCT_END
+ GNUNET_NETWORK_STRUCT_END
#endif
diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c
index deacf32e5..e211e16e3 100644
--- a/src/util/exchange_signatures.c
+++ b/src/util/exchange_signatures.c
@@ -85,6 +85,7 @@ TALER_exchange_deposit_sign (
&merchant_sig->eddsa_sig);
}
+
enum GNUNET_GenericReturnValue
TALER_exchange_deposit_verify (
const struct TALER_MerchantPublicKeyP *merchant,