aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.h')
-rw-r--r--src/exchange/taler-exchange-httpd_db.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h
index 091421bb4..c63b3668b 100644
--- a/src/exchange/taler-exchange-httpd_db.h
+++ b/src/exchange/taler-exchange-httpd_db.h
@@ -80,9 +80,9 @@ TEH_DB_know_coin_transaction (void *cls,
80 */ 80 */
81typedef enum GNUNET_DB_QueryStatus 81typedef enum GNUNET_DB_QueryStatus
82(*TEH_DB_TransactionCallback)(void *cls, 82(*TEH_DB_TransactionCallback)(void *cls,
83 struct MHD_Connection *connection, 83 struct MHD_Connection *connection,
84 struct TALER_EXCHANGEDB_Session *session, 84 struct TALER_EXCHANGEDB_Session *session,
85 int *mhd_ret); 85 int *mhd_ret);
86 86
87 87
88/** 88/**
@@ -102,9 +102,9 @@ typedef enum GNUNET_DB_QueryStatus
102int 102int
103TEH_DB_run_transaction (struct MHD_Connection *connection, 103TEH_DB_run_transaction (struct MHD_Connection *connection,
104 const char *name, 104 const char *name,
105 int *mhd_ret, 105 int *mhd_ret,
106 TEH_DB_TransactionCallback cb, 106 TEH_DB_TransactionCallback cb,
107 void *cb_cls); 107 void *cb_cls);
108 108
109 109
110/** 110/**
@@ -119,9 +119,10 @@ TEH_DB_run_transaction (struct MHD_Connection *connection,
119 */ 119 */
120// FIXME: maybe move to another module, i.e. exchangedb??? 120// FIXME: maybe move to another module, i.e. exchangedb???
121int 121int
122TEH_DB_calculate_transaction_list_totals (struct TALER_EXCHANGEDB_TransactionList *tl, 122TEH_DB_calculate_transaction_list_totals (struct
123 const struct TALER_Amount *off, 123 TALER_EXCHANGEDB_TransactionList *tl,
124 struct TALER_Amount *ret); 124 const struct TALER_Amount *off,
125 struct TALER_Amount *ret);
125 126
126 127
127#endif 128#endif