summaryrefslogtreecommitdiffstats
path: root/system_part.h
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-09-26 19:12:03 +0300
committerGalin Simeonov <gts@volconst.com>2021-09-26 19:12:03 +0300
commit2057bf1eb5aaf0a9fea2beb8083a3052936b34ea (patch)
tree19a2324ec951ce6d4b81de766d18d6d17b3e61a0 /system_part.h
parent7211f9c57204dc3b27327fc92352d99ad080a8db (diff)
downloadvolgit-2057bf1eb5aaf0a9fea2beb8083a3052936b34ea.tar.gz
generates a tree dump for the HEAD of all the branches
Diffstat (limited to 'system_part.h')
-rw-r--r--system_part.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/system_part.h b/system_part.h
index ac06166..5049312 100644
--- a/system_part.h
+++ b/system_part.h
@@ -25,8 +25,7 @@ void parse_options(int argc,char **argv);
char* read_file(const char *filename);
int create_branch_dir(const char *branch_name);
FILE* create_file(int branch_dir,const char *filename);
-int create_files_dir(int branch_dir);
-int create_diff_dir(int branch_dir);
+int create_dir(int base_dir,const char *dir_name);
#endif