From fe6110a87d782de40c5f256228ca1edcb848e4ab Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 8 Sep 2020 13:07:17 +1000 Subject: Task 5 arguments properly handled --- fileutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fileutil.h') diff --git a/fileutil.h b/fileutil.h index d944854..9d7d75b 100644 --- a/fileutil.h +++ b/fileutil.h @@ -13,8 +13,8 @@ typedef struct arguments_t { bool move_flag; bool force_flag; bool dir_flag; - int src_path_index; - int dir_path_index; + int src_index; + int dir_index; } arguments_t; void to_stdout(char *string); -- cgit v1.2.3