gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9084 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r9084 - in gnunet/src: include util
Date: Sat, 3 Oct 2009 10:09:40 -0600

Author: durner
Date: 2009-10-03 10:09:39 -0600 (Sat, 03 Oct 2009)
New Revision: 9084

Modified:
   gnunet/src/include/gnunet_disk_lib.h
   gnunet/src/util/disk.c
Log:
redo r8922

Modified: gnunet/src/include/gnunet_disk_lib.h
===================================================================
--- gnunet/src/include/gnunet_disk_lib.h        2009-10-03 16:03:08 UTC (rev 
9083)
+++ gnunet/src/include/gnunet_disk_lib.h        2009-10-03 16:09:39 UTC (rev 
9084)
@@ -231,13 +231,13 @@
 /**
  * Create an (empty) temporary file on disk.
  * 
- * @param template component to use for the name;
+ * @param tmpl 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
  */
 char *
-GNUNET_DISK_mktemp (const char *template);
+GNUNET_DISK_mktemp (const char *tmpl);
 
 
 /**

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2009-10-03 16:03:08 UTC (rev 9083)
+++ gnunet/src/util/disk.c      2009-10-03 16:09:39 UTC (rev 9084)
@@ -230,13 +230,13 @@
 /**
  * Create an (empty) temporary file on disk.
  * 
- * @param t component to use for the name;
+ * @param tmpl 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
  */
 char *
-GNUNET_DISK_mktemp (const char *t)
+GNUNET_DISK_mktemp (const char *tmpl)
 {
   const char *tmpdir;
   int fd;





reply via email to

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