aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-10-03 16:09:39 +0000
committerNils Durner <durner@gnunet.org>2009-10-03 16:09:39 +0000
commite12ac1ed07410877d074b7655dbd833022cc55a2 (patch)
tree32e7902a6119470e30e13fe7b72a93ec535abceb /src/include
parent6643dc3e8cbf8f21754e73c0c5780cc03c86dfa9 (diff)
downloadgnunet-e12ac1ed07410877d074b7655dbd833022cc55a2.tar.gz
gnunet-e12ac1ed07410877d074b7655dbd833022cc55a2.zip
redo r8922
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_disk_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 137d4a452..ac20a61a3 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -231,13 +231,13 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
231/** 231/**
232 * Create an (empty) temporary file on disk. 232 * Create an (empty) temporary file on disk.
233 * 233 *
234 * @param template component to use for the name; 234 * @param tmpl component to use for the name;
235 * does NOT contain "XXXXXX" or "/tmp/". 235 * does NOT contain "XXXXXX" or "/tmp/".
236 * @return NULL on error, otherwise name of fresh 236 * @return NULL on error, otherwise name of fresh
237 * file on disk in directory for temporary files 237 * file on disk in directory for temporary files
238 */ 238 */
239char * 239char *
240GNUNET_DISK_mktemp (const char *template); 240GNUNET_DISK_mktemp (const char *tmpl);
241 241
242 242
243/** 243/**