diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_link.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_link.h b/src/exchange/taler-exchange-httpd_link.h index 6fdcf1cf..4c9651a9 100644 --- a/src/exchange/taler-exchange-httpd_link.h +++ b/src/exchange/taler-exchange-httpd_link.h @@ -36,7 +36,7 @@ * @param args array of additional options (length: 2, first is the coin_pub, second must be "link") * @return MHD result code */ -int +MHD_RESULT TEH_handler_link (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const char *const args[2]); |