-remove async ecc key generation, not needed
[oweals/gnunet.git] / src / util / disk.h
index 8c48b85ca5ea274eba8c9cf837f4a9f6058f8bf6..2c128745f90c60be7aa764f349bbf47b12088ba9 100644 (file)
@@ -37,7 +37,8 @@
  * @param dst_len length of dst
  * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
  */
-int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle
-                                       *fh, void *dst, size_t dst_len);
+int
+GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh,
+                                   void *dst, size_t dst_len);
 
 #endif /* GNUNET_DISK_H_ */