summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_terms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_terms.h')
-rw-r--r--src/exchange/taler-exchange-httpd_terms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_terms.h b/src/exchange/taler-exchange-httpd_terms.h
index 7fe7774ad..3cbd36884 100644
--- a/src/exchange/taler-exchange-httpd_terms.h
+++ b/src/exchange/taler-exchange-httpd_terms.h
@@ -37,7 +37,7 @@
* @param args array of additional options (must be empty for this function)
* @return MHD result code
*/
-int
+MHD_RESULT
TEH_handler_terms (const struct TEH_RequestHandler *rh,
struct MHD_Connection *connection,
const char *const args[]);
@@ -51,7 +51,7 @@ TEH_handler_terms (const struct TEH_RequestHandler *rh,
* @param args array of additional options (must be empty for this function)
* @return MHD result code
*/
-int
+MHD_RESULT
TEH_handler_privacy (const struct TEH_RequestHandler *rh,
struct MHD_Connection *connection,
const char *const args[]);