aboutsummaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-07-01 15:57:44 +0200
committerChristian Grothoff <christian@grothoff.org>2017-07-01 15:57:44 +0200
commit4ea441b9047d564e076c74021b8f05d6197416ac (patch)
tree7073ddfbdd38c4d770c60070b8e8d306cca61699 /src/lib/test_merchant_api.c
parentd85a8566f3339f271e65caead9c68bd8d648d2b4 (diff)
downloadmerchant-4ea441b9047d564e076c74021b8f05d6197416ac.tar.gz
merchant-4ea441b9047d564e076c74021b8f05d6197416ac.tar.bz2
merchant-4ea441b9047d564e076c74021b8f05d6197416ac.zip
fix two minor typos / build compatibiltiy issues
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r--src/lib/test_merchant_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index cafd427d..76c0f56c 100644
--- 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 vc compatibility information
*/
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;