aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
commit6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (patch)
treeedbc42f37889069033e57da201fef242939a6e0f /src/util/disk.h
parent502af2167f7c218366666ca4944bd7cc54b5b19a (diff)
downloadgnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.tar.gz
gnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.zip
indentation
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index 8c48b85ca..b60150f3a 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -37,7 +37,7 @@
37 * @param dst_len length of dst 37 * @param dst_len length of dst
38 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 38 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
39 */ 39 */
40int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle 40int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh,
41 *fh, void *dst, size_t dst_len); 41 void *dst, size_t dst_len);
42 42
43#endif /* GNUNET_DISK_H_ */ 43#endif /* GNUNET_DISK_H_ */