aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mhd_compat.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 21:53:26 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 21:53:26 +0900
commita0914a0ad18728e4b2b1632198d50d8b001a8890 (patch)
tree6107b8b52bcadfaf192b3e1be6d430db410a6644 /src/include/gnunet_mhd_compat.h
parente8f8d28e93421c6d26014f5f8b7e6be133246165 (diff)
downloadgnunet-a0914a0ad18728e4b2b1632198d50d8b001a8890.tar.gz
gnunet-a0914a0ad18728e4b2b1632198d50d8b001a8890.zip
MYSQL: Improve header includes with respect to compat handling
Move the gnunet_private_config.h-dependant compatibility fix into gnunet_mysql_compat.h which is only included by implementations. May be reused by external users of gnunet_my_lib.h but they should check their platform on which types to use.
Diffstat (limited to 'src/include/gnunet_mhd_compat.h')
-rw-r--r--src/include/gnunet_mhd_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mhd_compat.h b/src/include/gnunet_mhd_compat.h
index ca41fb95a..7ef297c2f 100644
--- a/src/include/gnunet_mhd_compat.h
+++ b/src/include/gnunet_mhd_compat.h
@@ -36,7 +36,7 @@
36 36
37#else 37#else
38 38
39/** 39**
40 * Data type to use for functions return an "MHD result". 40 * Data type to use for functions return an "MHD result".
41 */ 41 */
42#define MHD_RESULT int 42#define MHD_RESULT int