summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-03 12:35:30 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-03 12:35:30 +0200
commitf8558c418ee4e4ff6dd5cac1b1711999f8ace20d (patch)
treef4e307ae9ad6e2ed4bc215d2176b4629e9180140 /src/include
parent510c45efd62201b6b651e86053b17a98239b067d (diff)
downloadexchange-f8558c418ee4e4ff6dd5cac1b1711999f8ace20d.tar.gz
exchange-f8558c418ee4e4ff6dd5cac1b1711999f8ace20d.tar.bz2
exchange-f8558c418ee4e4ff6dd5cac1b1711999f8ace20d.zip
remarks on #3811
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index b7dc1ff45..054a19177 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -862,6 +862,7 @@ struct TALER_MINTDB_Plugin
* @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,
@@ -878,6 +879,7 @@ struct TALER_MINTDB_Plugin
* @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,