mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-20 02:02:23 +03:00
10 lines
163 B
C
10 lines
163 B
C
#ifndef __SCAN_H
|
|
#define __SCAN_H
|
|
|
|
#include <command.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
int cache_location(const char* directory_path, const char* git_project_path);
|
|
|
|
#endif |