aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-09 00:29:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-09 00:29:16 +0200
commit8547143da77b0bae392758040313762eb60d7e86 (patch)
tree0e277ad44dfeb7a439df8f4d55f90688295e4e3d /src/gns/gnunet-gns-proxy.c
parent6fc0526b4c2ecb735cf2b697e2fbbed3c35af382 (diff)
downloadgnunet-8547143da77b0bae392758040313762eb60d7e86.tar.gz
gnunet-8547143da77b0bae392758040313762eb60d7e86.zip
adapt code to work with latest MHD API
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 5b8348d43..c0572fe40 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -43,7 +43,7 @@
43#include "gnunet_gns_service.h" 43#include "gnunet_gns_service.h"
44#include "gnunet_identity_service.h" 44#include "gnunet_identity_service.h"
45#include "gns.h" 45#include "gns.h"
46 46#include "gnunet_mhd_compat.h"
47 47
48/** 48/**
49 * Default Socks5 listen port. 49 * Default Socks5 listen port.
@@ -1827,7 +1827,7 @@ con_val_iter (void *cls,
1827 * #MHD_NO if the socket must be closed due to a serious 1827 * #MHD_NO if the socket must be closed due to a serious
1828 * error while handling the request 1828 * error while handling the request
1829 */ 1829 */
1830static int 1830static MHD_RESULT
1831create_response (void *cls, 1831create_response (void *cls,
1832 struct MHD_Connection *con, 1832 struct MHD_Connection *con,
1833 const char *url, 1833 const char *url,