gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30176 - in gnunet/src: topology util


From: gnunet
Subject: [GNUnet-SVN] r30176 - in gnunet/src: topology util
Date: Mon, 14 Oct 2013 00:23:16 +0200

Author: grothoff
Date: 2013-10-14 00:23:16 +0200 (Mon, 14 Oct 2013)
New Revision: 30176

Modified:
   gnunet/src/topology/friends.c
   gnunet/src/util/configuration.c
   gnunet/src/util/disk.c
   gnunet/src/util/os_installation.c
   gnunet/src/util/strings.c
Log:
-doxygen

Modified: gnunet/src/topology/friends.c
===================================================================
--- gnunet/src/topology/friends.c       2013-10-12 15:07:30 UTC (rev 30175)
+++ gnunet/src/topology/friends.c       2013-10-13 22:23:16 UTC (rev 30176)
@@ -155,6 +155,7 @@
                                   GNUNET_DISK_OPEN_WRITE |
                                   GNUNET_DISK_OPEN_FAILIFEXISTS,
                                   GNUNET_DISK_PERM_USER_READ);
+  GNUNET_free (fn);
   if (NULL == w->fh)
   {
     GNUNET_free (w);

Modified: gnunet/src/util/configuration.c
===================================================================
--- gnunet/src/util/configuration.c     2013-10-12 15:07:30 UTC (rev 30175)
+++ gnunet/src/util/configuration.c     2013-10-13 22:23:16 UTC (rev 30176)
@@ -145,7 +145,7 @@
  * @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_SYSERR on error
  */
 int
 GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2013-10-12 15:07:30 UTC (rev 30175)
+++ gnunet/src/util/disk.c      2013-10-13 22:23:16 UTC (rev 30176)
@@ -1658,7 +1658,7 @@
  * @param fn file name to be opened
  * @param flags opening flags, a combination of GNUNET_DISK_OPEN_xxx bit flags
  * @param perm permissions for the newly created file, use
- *             #GNUNET_DISK_PERM_USER_NONE if a file could not be created by 
this
+ *             #GNUNET_DISK_PERM_NONE if a file could not be created by this
  *             call (because of flags)
  * @return IO handle on success, NULL on error
  */

Modified: gnunet/src/util/os_installation.c
===================================================================
--- gnunet/src/util/os_installation.c   2013-10-12 15:07:30 UTC (rev 30175)
+++ gnunet/src/util/os_installation.c   2013-10-13 22:23:16 UTC (rev 30176)
@@ -454,7 +454,7 @@
 
 /**
  * @brief get the path to a specific GNUnet installation directory or,
- * with #GNUNET_IPK_SELF_PREFIX, the current running apps installation 
directory
+ * with #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation 
directory
  * @author Milan
  * @return a pointer to the dir path (to be freed by the caller)
  */

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2013-10-12 15:07:30 UTC (rev 30175)
+++ gnunet/src/util/strings.c   2013-10-13 22:23:16 UTC (rev 30176)
@@ -390,7 +390,7 @@
  * @param input input string
  * @param len number of bytes in @a input
  * @param input_charset character set used for @a input
- * @param ouptut_charset desired character set for the return value
+ * @param output_charset desired character set for the return value
  * @return the converted string (0-terminated),
  *  if conversion fails, a copy of the orignal
  *  string is returned.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]