[utils] adding file_exists to header

This commit is contained in:
Al
2017-03-10 19:30:46 -05:00
parent 5775e3d806
commit 4e02a54a79

View File

@@ -54,6 +54,8 @@
char *file_getline(FILE * f); char *file_getline(FILE * f);
bool file_exists(char *filename);
bool is_relative_path(struct dirent *ent); bool is_relative_path(struct dirent *ent);
char *path_join(int n, ...); char *path_join(int n, ...);