summaryrefslogtreecommitdiffstats
path: root/src/u_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_path.c')
-rw-r--r--src/u_path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/u_path.c b/src/u_path.c
index 02f3059..29adef1 100644
--- a/src/u_path.c
+++ b/src/u_path.c
@@ -42,7 +42,7 @@ static void u_get_fullpath(char fullpath[],
}
}
-static char u_read_dir(DIR *dir,
+static char u_read_dir(DIR *dir,
struct s_path s,
const char com[],
char fullpath[])
@@ -63,7 +63,7 @@ static char u_read_dir(DIR *dir,
return (-1);
}
-unsigned char u_search_in_path(char fullpath[],
+unsigned char u_search_in_path(char fullpath[],
const char com[],
size_t dstsize,
t_msh *msh)