summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.h')
-rw-r--r--src/mint/taler-mint-httpd_deposit.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.h b/src/mint/taler-mint-httpd_deposit.h
index e37c23c7e..bf1a32321 100644
--- a/src/mint/taler-mint-httpd_deposit.h
+++ b/src/mint/taler-mint-httpd_deposit.h
@@ -45,10 +45,10 @@
* @return MHD result code
*/
int
-TALER_MINT_handler_deposit (struct RequestHandler *rh,
- struct MHD_Connection *connection,
- void **connection_cls,
- const char *upload_data,
- size_t *upload_data_size);
+TMH_DEPOSIT_handler_deposit (struct TMH_RequestHandler *rh,
+ struct MHD_Connection *connection,
+ void **connection_cls,
+ const char *upload_data,
+ size_t *upload_data_size);
#endif