aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-25 14:30:12 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-25 14:30:12 +0000
commitda627cbf2b7bc36c48e8a1181282d96948cc5c39 (patch)
tree2cb99ec63fed0a173fff76427490f514fbf42c30 /src/include/gnunet_configuration_lib.h
parent5c3a3274ff2298ace3eb53e26401eaf1a1bceb3e (diff)
downloadgnunet-da627cbf2b7bc36c48e8a1181282d96948cc5c39.tar.gz
gnunet-da627cbf2b7bc36c48e8a1181282d96948cc5c39.zip
-missing commit
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index f28879df7..945f3ca59 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -140,7 +140,7 @@ GNUNET_CONFIGURATION_serialize (const struct GNUNET_CONFIGURATION_Handle *cfg,
140int 140int
141GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, 141GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,
142 const char *mem, 142 const char *mem,
143 const size_t size, 143 size_t size,
144 int allow_inline); 144 int allow_inline);
145 145
146 146