From d77c4160ecf7b1d33d49ba47e3236f5dcc14ecc8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 1 Jul 2017 14:15:26 +0200 Subject: implement logic to check protocol version compatibility (#5035) --- src/exchange-lib/test_exchange_api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/exchange-lib/test_exchange_api.c') diff --git a/src/exchange-lib/test_exchange_api.c b/src/exchange-lib/test_exchange_api.c index 24b8f7e2..b5b68041 100644 --- a/src/exchange-lib/test_exchange_api.c +++ b/src/exchange-lib/test_exchange_api.c @@ -3050,10 +3050,12 @@ do_shutdown (void *cls) * * @param cls closure * @param keys information about keys of the exchange + * @param vc version compatibility */ static void cert_cb (void *cls, - const struct TALER_EXCHANGE_Keys *keys) + const struct TALER_EXCHANGE_Keys *keys, + enum TALER_EXCHANGE_VersionCompatibility vc) { struct InterpreterState *is = cls; -- cgit v1.2.3