projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00c964
)
-indent
author
Christian Grothoff
<christian@grothoff.org>
Mon, 26 Oct 2015 16:02:23 +0000
(16:02 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 26 Oct 2015 16:02:23 +0000
(16:02 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index bd766a1b9186d5fb25cd3af66dded2b7f1704913..3e56a5aab85837e21bfd650307726dee1249d40a 100644
(file)
--- a/
src/util/disk.c
+++ b/
src/util/disk.c
@@
-1166,7
+1166,9
@@
GNUNET_DISK_file_write_blocking (const struct GNUNET_DISK_FileHandle * h,
* @return number of bytes written on success, #GNUNET_SYSERR on error
*/
ssize_t
-GNUNET_DISK_fn_write (const char *fn, const void *buffer, size_t n,
+GNUNET_DISK_fn_write (const char *fn,
+ const void *buffer,
+ size_t n,
enum GNUNET_DISK_AccessPermissions mode)
{
struct GNUNET_DISK_FileHandle *fh;