Added set_volume_name().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2204 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2807c36668
commit
5d9772d27f
@ -332,6 +332,9 @@ status_t rename(const char *oldPath, const char *newPath);
|
||||
/*! Removes path from the filesystem. */
|
||||
status_t remove(const char *path);
|
||||
|
||||
//! Sets the name of a volume.
|
||||
status_t set_volume_name(dev_t device, const char *name);
|
||||
|
||||
}; // namespace Storage
|
||||
}; // namespace BPrivate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user