From 25e37143ca6ddc3ea7d3c2e3fd7c66002a45e060 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Oct 2013 18:01:16 +0000 Subject: -switching (again) to named sockets, see #2887 --- src/util/configuration.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/util/configuration.c') diff --git a/src/util/configuration.c b/src/util/configuration.c index d7076fac1..1e516b825 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -88,8 +88,8 @@ struct GNUNET_CONFIGURATION_Handle /** * Modification indication since last save - * GNUNET_NO if clean, GNUNET_YES if dirty, - * GNUNET_SYSERR on error (i.e. last save failed) + * #GNUNET_NO if clean, #GNUNET_YES if dirty, + * #GNUNET_SYSERR on error (i.e. last save failed) */ int dirty; @@ -142,10 +142,10 @@ GNUNET_CONFIGURATION_destroy (struct GNUNET_CONFIGURATION_Handle *cfg) * @param cfg configuration to update * @param mem the memory block of serialized configuration * @param size the size of the memory block - * @param allow_inline set to GNUNET_YES if we recursively load configuration - * from inlined configurations; GNUNET_NO if not and raise warnings + * @param allow_inline set to #GNUNET_YES if we recursively load configuration + * from inlined configurations; #GNUNET_NO if not and raise warnings * when we come across them - * @return GNUNET_OK on success, GNUNET_ERROR on error + * @return #GNUNET_OK on success, #GNUNET_ERROR on error */ int GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, -- cgit v1.2.3