X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;h=420557ceabb6c109dd7b7e41250b3b4fac16d86b;hp=9ff234d5b41d66c187bff87651a959b473fd08ed;hb=c45322ae535237af2de3b6e4e58f5113c08f3a68;hpb=c303d16319405fa99949d7e090e563e7c3d6ef3a diff --git a/src/dentry.h b/src/dentry.h index 9ff234d5..420557ce 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -432,6 +432,10 @@ inode_add_ads_with_data(struct wim_inode *inode, const tchar *name, const void *value, size_t size, struct wim_lookup_table *lookup_table); +extern int +inode_set_unnamed_stream(struct wim_inode *inode, const void *data, size_t len, + struct wim_lookup_table *lookup_table); + extern void inode_remove_ads(struct wim_inode *inode, u16 idx, struct wim_lookup_table *lookup_table);