X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Finode.h;h=1818d10857eca684d5094f71c0ec6f2257e8f515;hp=28285b2baca4af5da2d7cae5f691c6127732996a;hb=43a26b833482fc019c7aeee95656b8f2f3077db7;hpb=3de1ec66f778edda19865482d685bc6f4e17faf7 diff --git a/include/wimlib/inode.h b/include/wimlib/inode.h index 28285b2b..1818d108 100644 --- a/include/wimlib/inode.h +++ b/include/wimlib/inode.h @@ -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) \