From d848cda59ee2d6e38471cf2ea8afb97faaba3624 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 8 Sep 2020 12:25:16 +1000 Subject: Main functionality of Task 5 complete --- fileutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fileutil.h') diff --git a/fileutil.h b/fileutil.h index 676d3f0..d944854 100644 --- a/fileutil.h +++ b/fileutil.h @@ -24,7 +24,7 @@ void file_into_file(int source_fd, int dest_fd); void print_file(char *read_path); void copy_file(char *read_path, char *write_path, bool overwrite); char* get_filename(char *full_path); -void copy_into_dir(char *file_path, char *dir_path); +void copy_into_dir(char *file_path, char *dir_path, bool move, bool overwrite); int main(int argc, char *argv[]); #endif \ No newline at end of file -- cgit v1.2.3