mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-20 02:02:23 +03:00
Implementing XML
This commit is contained in:
10
include/scan.h
Normal file
10
include/scan.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user