From 0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Jun 2017 22:10:12 +0200 Subject: work on #5010 --- src/include/taler_exchangedb_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 03020f2cc..924bfe7bb 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1135,9 +1135,9 @@ struct TALER_EXCHANGEDB_Plugin * @param session connection to use * @param denom_pub the public key used for signing coins of this denomination * @param issue issuing information with value, fees and other info about the denomination - * @return #GNUNET_OK on success; #GNUNET_SYSERR on failure + * @return status of the query */ - int + enum GNUNET_DB_QueryStatus (*insert_denomination_info) (void *cls, struct TALER_EXCHANGEDB_Session *session, const struct TALER_DenominationPublicKey *denom_pub, -- cgit v1.2.3