haiku/headers/os/storage/StorageDefs.Private.h
Axel Dörfler 7220bfdf74 Added missing newlines
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@543 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-31 14:32:50 +00:00

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__