summaryrefslogtreecommitdiff
path: root/src/mintdb/perf_taler_mintdb_init.h
diff options
context:
space:
mode:
authorFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-06-12 11:14:32 +0200
committerFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-06-12 11:14:32 +0200
commitec56e47809783fde3adfe159af0ec8e828a1f385 (patch)
tree3f979da065e705087bf53f62698266c6601621e7 /src/mintdb/perf_taler_mintdb_init.h
parent006c55b3de1262c390e2139798422ca0fb1e9c02 (diff)
downloadexchange-ec56e47809783fde3adfe159af0ec8e828a1f385.tar.gz
exchange-ec56e47809783fde3adfe159af0ec8e828a1f385.tar.bz2
exchange-ec56e47809783fde3adfe159af0ec8e828a1f385.zip
Fix includes and more indentation
Diffstat (limited to 'src/mintdb/perf_taler_mintdb_init.h')
-rw-r--r--src/mintdb/perf_taler_mintdb_init.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mintdb/perf_taler_mintdb_init.h b/src/mintdb/perf_taler_mintdb_init.h
index 1c8263b5d..6ecda8c61 100644
--- a/src/mintdb/perf_taler_mintdb_init.h
+++ b/src/mintdb/perf_taler_mintdb_init.h
@@ -40,7 +40,7 @@ reserve_init (void);
int
-reserve_free (struct TALER_MINTDB_Reserve);
+reserve_free (struct TALER_MINTDB_Reserve *reserve);
struct TALER_MINTDB_RefreshSession *
@@ -48,20 +48,19 @@ refresh_session_init (void);
struct TALER_MINTDB_Deposit *
-deposit_init (int transaction_id);
-
-
-struct TALER_MINTDB_DenominationKeyIssueInformation *
-init_denomination(void);
+deposit_init ();
int
deposit_free (struct TALER_MINTDB_Deposit *deposit);
+struct TALER_MINTDB_DenominationKeyIssueInformation *
+init_denomination(void);
+
+
int
denomination_free (struct TALER_MINTDB_DenominationKeyIssueInformation *dki);
-
#endif