X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;h=180897040d49747f1ce75898a9df57e30b9016f4;hp=d03d42e94011b3842cee5bb4e17e0e2c85d69f02;hb=b001aca524f15cb0239518537378924725cc5b12;hpb=c6e063fcb2b1ffa76df62ab902a38bf5f604d2e2 diff --git a/src/dentry.h b/src/dentry.h index d03d42e9..18089704 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -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);