//---------------------------------------------------------------------- // 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__