summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-18 15:02:35 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 00:17:15 +0200
commitd66a29e383d1a6985906136c9606fcd18cb1c124 (patch)
tree8671d89eca7185bfd233e24b8644609ccaf326d9 /src/include
parent75b0879f4e5d0feb16f5cee6c775a587c9d47ecf (diff)
downloadexchange-d66a29e383d1a6985906136c9606fcd18cb1c124.tar.gz
exchange-d66a29e383d1a6985906136c9606fcd18cb1c124.tar.bz2
exchange-d66a29e383d1a6985906136c9606fcd18cb1c124.zip
convert another function for #5010
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 924bfe7bb..eed43217c 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1343,11 +1343,9 @@ struct TALER_EXCHANGEDB_Plugin
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to the database
* @param deposit_rowid identifies the deposit row to modify
- * @return #GNUNET_OK on success
- * #GNUNET_NO on transient error
- * #GNUNET_SYSERR on error
+ * @return query result status
*/
- int
+ enum GNUNET_DB_QueryStatus
(*mark_deposit_tiny) (void *cls,
struct TALER_EXCHANGEDB_Session *session,
uint64_t rowid);