From 8ff8c7b8c7015970c65849e0550ed4a0e54be2ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 May 2016 17:19:32 +0200 Subject: fix table dropping logic to ensure testcases run in fresh environment --- src/include/taler_exchangedb_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') 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); /** -- cgit v1.2.3