summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-24 03:26:00 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-24 03:26:00 +0200
commit2cf860f09c28cbbdfd0b66176f4f0bd93a184048 (patch)
tree39de75c2f326130a77550dc18511bbe59a25bbef /src/include/taler_merchantdb_plugin.h
parentf9441ca8541756e454a6560f8f7dc11afd8b300c (diff)
downloadmerchant-2cf860f09c28cbbdfd0b66176f4f0bd93a184048.tar.gz
merchant-2cf860f09c28cbbdfd0b66176f4f0bd93a184048.tar.bz2
merchant-2cf860f09c28cbbdfd0b66176f4f0bd93a184048.zip
fix const causing ftbfs
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 85d8168c..ee978ea5 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -82,7 +82,7 @@ struct TALER_MERCHANTDB_Plugin
struct GNUNET_TIME_Absolute refund,
const struct TALER_Amount *amount_without_fee,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
- json_t *exchange_proof);
+ const json_t *exchange_proof);
/**
* Check whether a payment has already been stored