Removed no longer needed adapter functions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-26 14:43:35 +00:00
parent cd437e5e2f
commit 5c6dbc9b5e

View File

@ -11,11 +11,6 @@ extern status_t entry_ref_to_path_adapter(dev_t device, ino_t directory,
const char *name,
char *buffer, size_t size);
extern status_t swap_data_adapter(type_code type, void *data, size_t length,
swap_action action);
extern bool is_type_swapped_adapter(type_code type);
#endif // _LIB_BE_ADAPTER_H