aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/disk.c')
-rw-r--r--src/util/disk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/disk.c b/src/util/disk.c
index 9f2f8dcf7..a3d5db097 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -230,7 +230,7 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
230/** 230/**
231 * Create an (empty) temporary file on disk. 231 * Create an (empty) temporary file on disk.
232 * 232 *
233 * @param template component to use for the name; 233 * @param t component to use for the name;
234 * does NOT contain "XXXXXX" or "/tmp/". 234 * does NOT contain "XXXXXX" or "/tmp/".
235 * @return NULL on error, otherwise name of fresh 235 * @return NULL on error, otherwise name of fresh
236 * file on disk in directory for temporary files 236 * file on disk in directory for temporary files
@@ -480,7 +480,7 @@ GNUNET_DISK_directory_create (const char *dir)
480 * Create the directory structure for storing 480 * Create the directory structure for storing
481 * a file. 481 * a file.
482 * 482 *
483 * @param filename name of a file in the directory 483 * @param dir name of a file in the directory
484 * @returns GNUNET_OK on success, 484 * @returns GNUNET_OK on success,
485 * GNUNET_SYSERR on failure, 485 * GNUNET_SYSERR on failure,
486 * GNUNET_NO if the directory 486 * GNUNET_NO if the directory
@@ -1058,8 +1058,8 @@ GNUNET_DISK_file_lock (struct GNUNET_DISK_FileHandle *fh, off_t lockStart,
1058/** 1058/**
1059 * Unlock a part of a file 1059 * Unlock a part of a file
1060 * @param fh file handle 1060 * @param fh file handle
1061 * @param lockStart absolute position from where to unlock 1061 * @param unlockStart absolute position from where to unlock
1062 * @param lockEnd absolute position until where to unlock 1062 * @param unlockEnd absolute position until where to unlock
1063 * @return GNUNET_OK on success, GNUNET_SYSERR on error 1063 * @return GNUNET_OK on success, GNUNET_SYSERR on error
1064 */ 1064 */
1065int 1065int