controller link as operation
[oweals/gnunet.git] / src / include / gnunet_configuration_lib.h
index 18d0f04d267ed9e589ab7204fcd9aae0fee3f8af..77d6d5552f0025b2753734fa9a1ed3834453cfe0 100644 (file)
@@ -121,8 +121,8 @@ GNUNET_CONFIGURATION_parse (struct GNUNET_CONFIGURATION_Handle *cfg,
  *           present. This memory should be freed by the caller
  */
 char *
-GNUNET_CONFIGURATION_serialize (struct GNUNET_CONFIGURATION_Handle *cfg,
-                               uint16_t *size);
+GNUNET_CONFIGURATION_serialize (const struct GNUNET_CONFIGURATION_Handle *cfg,
+                               size_t *size);
 
 
 /**