BVolume and BVolumeRoster updates, courtesty of Vincent Dominguez
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@405 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <sys/dirent.h> // For dirent
|
||||
#include <sys/stat.h> // For struct stat
|
||||
#include <fcntl.h> // For flock
|
||||
#include <fs_info.h> // File sytem information functions, structs, defines
|
||||
|
||||
// Forward Declarations
|
||||
typedef struct attr_info;
|
||||
@@ -46,6 +47,13 @@ struct LongDirEntry : DirEntry { char _buffer[B_FILE_NAME_LENGTH]; };
|
||||
const FileDescriptor NullFd = -1;
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Device Functions
|
||||
//------------------------------------------------------------------------------
|
||||
/*! Returns information about the file system on the specified device. */
|
||||
status_t stat_dev(dev_t dev, fs_info* info);
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// File Functions
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user