]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Limit exposure of dentry and inode creation
[wimlib] / include / wimlib / inode.h
index 28285b2baca4af5da2d7cae5f691c6127732996a..1818d10857eca684d5094f71c0ec6f2257e8f515 100644 (file)
@@ -281,10 +281,7 @@ struct wim_inode {
 #define FILE_ATTRIBUTE_VIRTUAL             0x00010000
 
 extern struct wim_inode *
-new_inode(void) _malloc_attribute;
-
-extern struct wim_inode *
-new_timeless_inode(void) _malloc_attribute;
+new_inode(struct wim_dentry *dentry, bool set_timestamps);
 
 /* Iterate through each alias of the specified inode.  */
 #define inode_for_each_dentry(dentry, inode) \