From 54a298da897504c59b7eb334357a6626b2e81406 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Jul 2013 08:40:53 +0000 Subject: initial version of gnunet-identity command-line tool --- src/include/gnunet_disk_lib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_disk_lib.h') 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, */ ssize_t GNUNET_DISK_file_write_blocking (const struct GNUNET_DISK_FileHandle * h, - const void *buffer, size_t n); + const void *buffer, + size_t n); + /** * Write a buffer to a file. If the file is longer than -- cgit v1.2.3