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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index c26f9dcda..5359e9d49 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -585,7 +585,9 @@ GNUNET_DISK_file_write (const struct GNUNET_DISK_FileHandle *h,
585 */ 585 */
586ssize_t 586ssize_t
587GNUNET_DISK_file_write_blocking (const struct GNUNET_DISK_FileHandle * h, 587GNUNET_DISK_file_write_blocking (const struct GNUNET_DISK_FileHandle * h,
588 const void *buffer, size_t n); 588 const void *buffer,
589 size_t n);
590
589 591
590/** 592/**
591 * Write a buffer to a file. If the file is longer than 593 * Write a buffer to a file. If the file is longer than