aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-13 22:23:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-13 22:23:16 +0000
commit9b2138097e9e44e384b8466f3fa61d2220824bdd (patch)
tree771f3ffee62026d14ba035b6990c5cd0bfd7c1bc /src/util/disk.c
parent5352043a7c079cd5728a39eec34e595a40f4cef0 (diff)
downloadgnunet-9b2138097e9e44e384b8466f3fa61d2220824bdd.tar.gz
gnunet-9b2138097e9e44e384b8466f3fa61d2220824bdd.zip
-doxygen
Diffstat (limited to 'src/util/disk.c')
-rw-r--r--src/util/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/disk.c b/src/util/disk.c
index 03d169780..92c32e093 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -1658,7 +1658,7 @@ GNUNET_DISK_file_unlock (struct GNUNET_DISK_FileHandle *fh, off_t unlock_start,
1658 * @param fn file name to be opened 1658 * @param fn file name to be opened
1659 * @param flags opening flags, a combination of GNUNET_DISK_OPEN_xxx bit flags 1659 * @param flags opening flags, a combination of GNUNET_DISK_OPEN_xxx bit flags
1660 * @param perm permissions for the newly created file, use 1660 * @param perm permissions for the newly created file, use
1661 * #GNUNET_DISK_PERM_USER_NONE if a file could not be created by this 1661 * #GNUNET_DISK_PERM_NONE if a file could not be created by this
1662 * call (because of flags) 1662 * call (because of flags)
1663 * @return IO handle on success, NULL on error 1663 * @return IO handle on success, NULL on error
1664 */ 1664 */