From 4e02a54a79d867387891bab28196e48e51ded3bb Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 10 Mar 2017 19:30:46 -0500 Subject: [PATCH] [utils] adding file_exists to header --- src/file_utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_utils.h b/src/file_utils.h index 2292751a..ba9b9511 100644 --- a/src/file_utils.h +++ b/src/file_utils.h @@ -54,6 +54,8 @@ char *file_getline(FILE * f); +bool file_exists(char *filename); + bool is_relative_path(struct dirent *ent); char *path_join(int n, ...);