#ifndef FS_IMPL_H #define FS_IMPL_H #include #include namespace BPrivate { // defined in fs.cpp status_t get_path(int fd, const char *name, std::string &path); } // namespace BPrivate #endif // FS_IMPL_H