aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
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_ */