Files
haiku-beta6/headers/os/storage/StorageDefs.Private.h
T

17 lines
511 B
C++
Raw Normal View History

2002-07-09 12:24:59 +00:00
//----------------------------------------------------------------------
// 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__