summaryrefslogtreecommitdiffstats
path: root/system_part.h
diff options
context:
space:
mode:
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