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.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);