]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Move inode_to_stbuf() to mount_image.c
[wimlib] / src / dentry.h
index d03d42e94011b3842cee5bb4e17e0e2c85d69f02..180897040d49747f1ce75898a9df57e30b9016f4 100644 (file)
@@ -334,9 +334,6 @@ static inline bool dentry_is_first_in_inode(const struct dentry *dentry)
 
 extern u64 dentry_correct_total_length(const struct dentry *dentry);
 
-extern int inode_to_stbuf(const struct inode *inode,
-                         struct lookup_table_entry *lte, struct stat *stbuf);
-
 extern int for_dentry_in_tree(struct dentry *root,
                              int (*visitor)(struct dentry*, void*),
                              void *args);