aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index fcb58ffef..6292e029e 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -293,7 +293,10 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
293 293
294 294
295/** 295/**
296 * Create an (empty) temporary file on disk. 296 * Create an (empty) temporary file on disk. If the given name is not
297 * an absolute path, the current 'TMPDIR' will be prepended. In any case,
298 * 6 random characters will be appended to the name to create a unique
299 * filename.
297 * 300 *
298 * @param t component to use for the name; 301 * @param t component to use for the name;
299 * does NOT contain "XXXXXX" or "/tmp/". 302 * does NOT contain "XXXXXX" or "/tmp/".