7220bfdf74
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@543 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
512 B
C++
18 lines
512 B
C++
//----------------------------------------------------------------------
|
|
// This software is part of the OpenBeOS distribution and is covered
|
|
// by the OpenBeOS license.
|
|
//---------------------------------------------------------------------
|
|
/*!
|
|
\file StorageDefs.Private.h
|
|
Private Storage Kit declarations needed in public headers.
|
|
*/
|
|
|
|
#ifndef __sk_def_storage_private_h__
|
|
#define __sk_def_storage_private_h__
|
|
|
|
namespace StorageKit {
|
|
typedef int FileDescriptor;
|
|
};
|
|
|
|
#endif // __sk_def_storage_private_h__
|