gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22668 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22668 - gnunet/src/include
Date: Sun, 15 Jul 2012 00:54:38 +0200

Author: harsha
Date: 2012-07-15 00:54:38 +0200 (Sun, 15 Jul 2012)
New Revision: 22668

Modified:
   gnunet/src/include/gnunet_disk_lib.h
Log:
doc

Modified: gnunet/src/include/gnunet_disk_lib.h
===================================================================
--- gnunet/src/include/gnunet_disk_lib.h        2012-07-14 21:52:09 UTC (rev 
22667)
+++ gnunet/src/include/gnunet_disk_lib.h        2012-07-14 22:54:38 UTC (rev 
22668)
@@ -356,15 +356,13 @@
 
 
 /**
- * Create an (empty) temporary file on disk.  If the given name is not
- * an absolute path, the current 'TMPDIR' will be prepended.  In any case,
- * 6 random characters will be appended to the name to create a unique
- * filename.
+ * Create an (empty) temporary directory on disk.  If the given name is not an
+ * absolute path, the current 'TMPDIR' will be prepended.  In any case, 6
+ * random characters will be appended to the name to create a unique name.
  *
  * @param t component to use for the name;
  *        does NOT contain "XXXXXX" or "/tmp/".
- * @return NULL on error, otherwise name of fresh
- *         file on disk in directory for temporary files
+ * @return NULL on error, otherwise name of freshly created directory
  */
 char *
 GNUNET_DISK_mkdtemp (const char *t);




reply via email to

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