summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-18 17:19:32 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-18 17:19:32 +0200
commit8ff8c7b8c7015970c65849e0550ed4a0e54be2ad (patch)
tree244fcee453b05aedbd8375bfcb3a25ab7e3a46cd /src/include
parente905e9e245149627bdecd14370c3bde3fd079375 (diff)
downloadexchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.tar.gz
exchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.tar.bz2
exchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.zip
fix table dropping logic to ensure testcases run in fresh environment
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h3
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);
/**