X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil%2Fdisk.h;h=8c48b85ca5ea274eba8c9cf837f4a9f6058f8bf6;hb=502af2167f7c218366666ca4944bd7cc54b5b19a;hp=0f094e2896cbe71451a64b6f3603f5920317cc08;hpb=03af5a603b7cc53432249d5854cd412aa90dde0d;p=oweals%2Fgnunet.git diff --git a/src/util/disk.h b/src/util/disk.h index 0f094e289..8c48b85ca 100644 --- a/src/util/disk.h +++ b/src/util/disk.h @@ -16,8 +16,8 @@ along with GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - +*/ + /** * @file util/disk.h * @brief Internal DISK related helper functions @@ -25,7 +25,7 @@ */ #ifndef GNUNET_DISK_H_ #define GNUNET_DISK_H_ - + #include "gnunet_disk_lib.h" /** @@ -36,10 +36,8 @@ * @param dst destination buffer * @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); + *fh, void *dst, size_t dst_len); -#endif /* GNUNET_DISK_H_ */ +#endif /* GNUNET_DISK_H_ */