preload_util.hpp 318 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;

bool is_fs_path(const char* path);

int db_val_to_stat(const std::string path, std::string db_val, struct stat& attr);

#endif //IFS_PRELOAD_UTIL_HPP