aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-16 08:40:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-16 08:40:53 +0000
commit54a298da897504c59b7eb334357a6626b2e81406 (patch)
tree8bd782652623ba247ca92d3a9742f773cbb41b71 /src/include/gnunet_disk_lib.h
parent987795c6c7d4a0f04f989688341d93d684039a62 (diff)
downloadgnunet-54a298da897504c59b7eb334357a6626b2e81406.tar.gz
gnunet-54a298da897504c59b7eb334357a6626b2e81406.zip
initial version of gnunet-identity command-line tool
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