aboutsummaryrefslogtreecommitdiff
path: root/src/util/mhd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-22 22:04:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:11 +0200
commit55632b1fbfd5098e3fad6256c0f485cf2a012096 (patch)
treeac978608ddb24e7abb50b2be77d9faaed627457f /src/util/mhd.c
parentdbb812414bd434ac06fa38637f09467115caa444 (diff)
downloadexchange-55632b1fbfd5098e3fad6256c0f485cf2a012096.tar.gz
exchange-55632b1fbfd5098e3fad6256c0f485cf2a012096.tar.bz2
exchange-55632b1fbfd5098e3fad6256c0f485cf2a012096.zip
brutally fixing types in src/include/, creating plenty of FTBFS issues
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;