summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_known_coin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_get_known_coin.h')
-rw-r--r--src/exchangedb/pg_get_known_coin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_get_known_coin.h b/src/exchangedb/pg_get_known_coin.h
index d7f55b33c..c34bd2a97 100644
--- a/src/exchangedb/pg_get_known_coin.h
+++ b/src/exchangedb/pg_get_known_coin.h
@@ -34,7 +34,7 @@
*/
enum GNUNET_DB_QueryStatus
TEH_PG_get_known_coin (void *cls,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ const struct TALER_CoinSpendPublicKeyP *coin_pub,
struct TALER_CoinPublicInfo *coin_info);
#endif