BPartition: Move dev_t return value to an optional parameter

Signed-off-by: Jessica Hamilton <[email protected]>
This commit is contained in:
Puck Meerburg
2014-09-12 18:07:53 +12:00
committed by Jessica Hamilton
parent fcc65d4a33
commit 8bfb30ceb3
2 changed files with 13 additions and 7 deletions
+3 -2
View File
@@ -68,9 +68,10 @@ public:
type_code* _type) const;
status_t GetMountPoint(BPath* mountPoint) const;
dev_t Mount(const char* mountPoint = NULL,
status_t Mount(const char* mountPoint = NULL,
uint32 mountFlags = 0,
const char* parameters = NULL);
const char* parameters = NULL,
dev_t* devicePointer = NULL);
status_t Unmount(uint32 unmountFlags = 0);
// Hierarchy Info