diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r-- | src/mint/taler-mint-httpd_db.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h index 31f64d9f7..3f8c13414 100644 --- a/src/mint/taler-mint-httpd_db.h +++ b/src/mint/taler-mint-httpd_db.h | |||
@@ -103,8 +103,10 @@ TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection, | |||
103 | * | 103 | * |
104 | * @param connection the MHD connection to handle | 104 | * @param connection the MHD connection to handle |
105 | * @param kappa size of x-dimension of @commit_coin and @commit_link arrays | 105 | * @param kappa size of x-dimension of @commit_coin and @commit_link arrays |
106 | * @param num_oldcoins size of y-dimension of @commit_coin and @commit_link arrays | 106 | * @param num_oldcoins size of y-dimension of @commit_coin array |
107 | * @param num_newcoins size of y-dimension of @commit_coin and @commit_link arrays | 107 | * @param num_newcoins size of y-dimension of @commit_link array |
108 | * @param commit_coin | ||
109 | * @param commit_link | ||
108 | * @return MHD result code | 110 | * @return MHD result code |
109 | */ | 111 | */ |
110 | int | 112 | int |