Files
haiku-beta6/headers/private/storage/LibBeAdapter.h
T

17 lines
291 B
C
Raw Normal View History

2002-07-09 12:24:59 +00:00
// LibBeAdapter.h
2002-08-12 07:24:02 +00:00
#ifndef _LIB_BE_ADAPTER_H
#define _LIB_BE_ADAPTER_H
2002-07-09 12:24:59 +00:00
#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);
2002-08-12 07:24:02 +00:00
#endif // _LIB_BE_ADAPTER_H