redo r8922
authorNils Durner <durner@gnunet.org>
Sat, 3 Oct 2009 16:09:39 +0000 (16:09 +0000)
committerNils Durner <durner@gnunet.org>
Sat, 3 Oct 2009 16:09:39 +0000 (16:09 +0000)
src/include/gnunet_disk_lib.h
src/util/disk.c

index 137d4a452ba853c3862cef37da0d9fd2371b6f9c..ac20a61a301dc670c8553093e4b0717e2334803d 100644 (file)
@@ -231,13 +231,13 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
 /**
  * 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);
 
 
 /**
index a3d5db097fe2dc91d27e4fe41d8dc2dd4b1bcff9..3b63bf48f1fce59138956fa483a76dc73b6aac08 100644 (file)
@@ -230,13 +230,13 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
 /**
  * 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;