merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e9ffab25a0d659f11798331bcda2008b55659654
parent aa83a9187873339c97177da77f9cd84f30f678f0
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue,  4 Jul 2017 14:53:15 +0200

fix compiler warning

Diffstat:
Msrc/lib/test_merchant_api.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -2282,10 +2282,12 @@ do_shutdown (void *cls) * * @param cls closure * @param keys information about keys of the exchange + * @param compat protocol compatibility information */ static void cert_cb (void *cls, - const struct TALER_EXCHANGE_Keys *keys) + const struct TALER_EXCHANGE_Keys *keys, + enum TALER_EXCHANGE_VersionCompatibility compat) { struct InterpreterState *is = cls;