From 2057bf1eb5aaf0a9fea2beb8083a3052936b34ea Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Sun, 26 Sep 2021 19:12:03 +0300 Subject: generates a tree dump for the HEAD of all the branches --- system_part.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system_part.h') 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 -- cgit v1.2.3