* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-08-13 12:50:53 +00:00
parent 7f57b05f1d
commit 80fb0607c5
1 changed files with 6 additions and 4 deletions

View File

@ -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 <OS.h>
@ -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