diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-11 01:59:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-11 01:59:09 +0200 |
commit | cad64767d9fda2c18106f25ef101c2eb5fce15a1 (patch) | |
tree | ba6a1e014ffc37b8e61c4b8ae3337427e5357201 /src/include | |
parent | 780b7166527f9dc3b07caeadaa4244b7ac5898bb (diff) |
match GNUnet API rename, work on #5010
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 5539d527d..810b66f06 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -24,6 +24,7 @@ #include <jansson.h> #include <gnunet/gnunet_util_lib.h> +#include <gnunet/gnunet_db_lib.h> #include "taler_exchangedb_lib.h" @@ -1109,7 +1110,7 @@ struct TALER_EXCHANGEDB_Plugin * @return #GNUNET_OK on success, #GNUNET_NO if the transaction * can be retried, #GNUNET_SYSERR on hard failures */ - int + enum GNUNET_DB_QueryStatus (*commit) (void *cls, struct TALER_EXCHANGEDB_Session *session); |