Added the lfs_stat function

This commit is contained in:
Christopher Haster
2017-04-01 12:52:41 -05:00
parent a3734eeb34
commit 96a42581be
2 changed files with 29 additions and 0 deletions

1
lfs.h
View File

@@ -138,6 +138,7 @@ int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
int lfs_unmount(lfs_t *lfs);
int lfs_remove(lfs_t *lfs, const char *path);
int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info);
int lfs_mkdir(lfs_t *lfs, const char *path);
int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path);