summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-12 10:55:03 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-12 10:55:03 +0200
commit3cdee2eb6a245695f00952aa09a9033f0d84c128 (patch)
tree6f471e345bacb1778c2826b0fa8bda8c0b2532bb /src/include
parent5fe7fd24c1ebb448d4bb59cfe70faa8af8a2c191 (diff)
downloadexchange-3cdee2eb6a245695f00952aa09a9033f0d84c128.tar.gz
exchange-3cdee2eb6a245695f00952aa09a9033f0d84c128.tar.bz2
exchange-3cdee2eb6a245695f00952aa09a9033f0d84c128.zip
fix #3811
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index 7cbc3505d..a249c6ade 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -872,41 +872,6 @@ struct TALER_MINTDB_Plugin
/**
- * Retrieve the record for a known coin.
- *
- * @param cls the plugin closure
- * @param session the database session handle
- * @param coin_pub the public key of the coin to search for
- * @param coin_info place holder for the returned coin information object
- * @return #GNUNET_SYSERR upon error; #GNUNET_NO if no coin is found; #GNUNET_OK
- * if upon succesfullying retrieving the record data info @a
- * ret_coin_info
- * @deprecated (#3811)
- */
- int
- (*get_known_coin) (void *cls,
- struct TALER_MINTDB_Session *session,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
- struct TALER_CoinPublicInfo *coin_info);
-
-
- /**
- * Insert a coin we know of into the DB. The coin can then be referenced by
- * tables for deposits, lock and refresh functionality.
- *
- * @param cls plugin closure
- * @param session the shared database session
- * @param coin_info the public coin info
- * @return #GNUNET_SYSERR upon error; #GNUNET_OK upon success
- * @deprecated (#3811)
- */
- int
- (*insert_known_coin) (void *cls,
- struct TALER_MINTDB_Session *session,
- const struct TALER_CoinPublicInfo *coin_info);
-
-
- /**
* Store the given /refresh/melt request in the database.
*
* @param cls the @e cls of this struct with the plugin-specific state