summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-03 19:34:11 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-03 19:34:11 +0200
commit4a487b179c013886721c4aa06af9c75e9aad508c (patch)
treea8154f6c9c4ff09f68a2f1604af4f6fe937f135e /src/include
parent2dbf8cefe0a11252758227bf4a3a7881fa663edc (diff)
downloadexchange-4a487b179c013886721c4aa06af9c75e9aad508c.tar.gz
exchange-4a487b179c013886721c4aa06af9c75e9aad508c.tar.bz2
exchange-4a487b179c013886721c4aa06af9c75e9aad508c.zip
-implement sketch for pg_do_reserve_open.c
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index e5cc8dfa7..bde3c8136 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -4108,7 +4108,7 @@ struct TALER_EXCHANGEDB_Plugin
struct GNUNET_TIME_Timestamp now,
const struct TALER_Amount *open_fee,
struct TALER_Amount *open_cost,
- const struct GNUNET_TIME_Timestamp *final_expiration);
+ struct GNUNET_TIME_Timestamp *final_expiration);
/**