From 80fb0607c579b0dc087bc3510e9a6e810923b80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 13 Aug 2008 12:50:53 +0000 Subject: [PATCH] * Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26959 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/kernel/fs_volume.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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