aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-29 13:51:20 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-29 13:51:20 +0000
commit722980c056f396b25b5b15d6a805654d02b3c5ef (patch)
treeaf339f97870432f91850b68c845caef11666a7c3 /src/include/gnunet_configuration_lib.h
parent3b3debab9a5cd72ba5ec98d04ef08209f2f5b080 (diff)
downloadgnunet-722980c056f396b25b5b15d6a805654d02b3c5ef.tar.gz
gnunet-722980c056f396b25b5b15d6a805654d02b3c5ef.zip
-configuration serialization size_t for size
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index 18d0f04d2..77d6d5552 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -121,8 +121,8 @@ GNUNET_CONFIGURATION_parse (struct GNUNET_CONFIGURATION_Handle *cfg,
121 * present. This memory should be freed by the caller 121 * present. This memory should be freed by the caller
122 */ 122 */
123char * 123char *
124GNUNET_CONFIGURATION_serialize (struct GNUNET_CONFIGURATION_Handle *cfg, 124GNUNET_CONFIGURATION_serialize (const struct GNUNET_CONFIGURATION_Handle *cfg,
125 uint16_t *size); 125 size_t *size);
126 126
127 127
128/** 128/**