diff options
Diffstat (limited to 'src/include/taler_util.h')
| -rw-r--r-- | src/include/taler_util.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 2c556be2..4faa75c4 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -233,7 +233,7 @@ TALER_language_matches (const char *language_pattern,   *          #GNUNET_NO if the MHD connection is using http,   *          #GNUNET_SYSERR if the connection type couldn't be determined   */ -int +enum GNUNET_GenericReturnValue  TALER_mhd_is_https (struct MHD_Connection *connection); | 
