No longer needed; LibBeAdapter now only contains syscalls, and will either

be removed some day, or extended to map all syscalls from Haiku to R5.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8281 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-02 18:59:49 +00:00
parent 58131f940d
commit 51403af8f9

View File

@ -1,16 +0,0 @@
// LibBeAdapter.h
#ifndef _LIB_BE_ADAPTER_H
#define _LIB_BE_ADAPTER_H
#include <SupportDefs.h>
struct entry_ref;
extern status_t entry_ref_to_path_adapter(dev_t device, ino_t directory,
const char *name,
char *buffer, size_t size);
#endif // _LIB_BE_ADAPTER_H