diff --git a/headers/os/kernel/fs_volume.h b/headers/os/kernel/fs_volume.h index 84f34ed5bc..533f4c0ba7 100644 --- a/headers/os/kernel/fs_volume.h +++ b/headers/os/kernel/fs_volume.h @@ -1,11 +1,12 @@ -/* File System volume functions - * - * Copyright 2004-2005, Haiku Inc. All Rights Reserved. +/* + * Copyright 2004-2008, Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _FS_VOLUME_H #define _FS_VOLUME_H +//! File System volume functions + #include @@ -22,7 +23,8 @@ extern "C" { #endif extern dev_t fs_mount_volume(const char *where, const char *device, - const char *filesystem, uint32 flags, const char *parameters); + const char *filesystem, uint32 flags, + const char *parameters); extern status_t fs_unmount_volume(const char *path, uint32 flags); #ifdef __cplusplus