aboutsummaryrefslogtreecommitdiff
path: root/src/util/mhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mhd.c')
-rw-r--r--src/util/mhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mhd.c b/src/util/mhd.c
index 9684f979f..2f262340f 100644
--- a/src/util/mhd.c
+++ b/src/util/mhd.c
@@ -31,7 +31,7 @@
* #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)
{
const union MHD_ConnectionInfo *ci;