preload_util.hpp 287 B
Newer Older
//
// Created by evie on 9/4/17.
//

#ifndef IFS_PRELOAD_UTIL_HPP
#define IFS_PRELOAD_UTIL_HPP

Marc Vef's avatar
Marc Vef committed
#include "../../configure.hpp"
using namespace std;

Marc Vef's avatar
Marc Vef committed
static const std::string mountdir = ADAFS_MOUNTDIR;

bool is_fs_path(const char* path);

#endif //IFS_PRELOAD_UTIL_HPP