aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/util/disk.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index b60150f3a..2c128745f 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -37,7 +37,8 @@
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 *fh, 40int
41 void *dst, size_t dst_len); 41GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh,
42 void *dst, size_t dst_len);
42 43
43#endif /* GNUNET_DISK_H_ */ 44#endif /* GNUNET_DISK_H_ */