#ifndef __SCAN_H #define __SCAN_H #include #include int cache_location(const char* directory_path, const char* git_project_path); #endif