diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-18 17:19:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-18 17:19:32 +0200 |
commit | 8ff8c7b8c7015970c65849e0550ed4a0e54be2ad (patch) | |
tree | 244fcee453b05aedbd8375bfcb3a25ab7e3a46cd /src/include | |
parent | e905e9e245149627bdecd14370c3bde3fd079375 (diff) |
fix table dropping logic to ensure testcases run in fresh environment
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 2cc3b439c..4c6f546f9 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -732,8 +732,7 @@ struct TALER_EXCHANGEDB_Plugin * @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure */ int - (*drop_tables) (void *cls, - struct TALER_EXCHANGEDB_Session *db); + (*drop_tables) (void *cls); /** |