aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 23:12:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 23:12:06 +0000
commit096f081ac0f1ae884e97bad0574b2df5b10adefa (patch)
treed1f4fe6bce34ba8bfd44f05d03c420a8a4a2cce5 /src/include/gnunet_disk_lib.h
parentb8332eb85822d0b4b944e3a7fa24ecf303a73398 (diff)
downloadgnunet-096f081ac0f1ae884e97bad0574b2df5b10adefa.tar.gz
gnunet-096f081ac0f1ae884e97bad0574b2df5b10adefa.zip
-doxygen/indentation
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 9f106db11..022cfc2af 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -475,7 +475,7 @@ GNUNET_DISK_pipe_detach_end (struct GNUNET_DISK_PipeHandle *p,
475 * Close an open file. 475 * Close an open file.
476 * 476 *
477 * @param h file handle 477 * @param h file handle
478 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 478 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
479 */ 479 */
480int 480int
481GNUNET_DISK_file_close (struct GNUNET_DISK_FileHandle *h); 481GNUNET_DISK_file_close (struct GNUNET_DISK_FileHandle *h);