#ifndef NS_MNT_NEWAPI_H #define NS_MNT_NEWAPI_H #include #include #include #include "mnt.h" #include "nsjail.h" namespace mnt { namespace newapi { bool isAvailable(); std::unique_ptr buildMountTree(nsj_t* nsj, std::vector* mounted_mpts); bool remountPt(mnt::mount_t& mpt); } // namespace newapi } // namespace mnt #endif /* NS_MNT_NEWAPI_H */