From 55632b1fbfd5098e3fad6256c0f485cf2a012096 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 Oct 2021 22:04:35 +0200 Subject: brutally fixing types in src/include/, creating plenty of FTBFS issues --- src/util/mhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/mhd.c') 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; -- cgit v1.2.3