summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-13 20:25:02 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-13 20:25:02 +0200
commit057ef6da30f0397a066d36285ff2ff3b3f0ccbd5 (patch)
tree1980d5445439a84c03d179780bb58ec4ec1cdec5 /src/include
parentcd4a6bab832c154010169af0848acdf7e83b147b (diff)
downloadexchange-057ef6da30f0397a066d36285ff2ff3b3f0ccbd5.tar.gz
exchange-057ef6da30f0397a066d36285ff2ff3b3f0ccbd5.tar.bz2
exchange-057ef6da30f0397a066d36285ff2ff3b3f0ccbd5.zip
fix ftbfs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index ffa1b13d3..af641b186 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -704,7 +704,7 @@ struct TALER_MINTDB_Plugin
const struct TALER_ReservePublicKeyP *reserve_pub,
const struct TALER_Amount *balance,
const char *details,
- const struct GNUNET_TIME_Absolute expiry);
+ struct GNUNET_TIME_Absolute expiry);
/**