]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
inode.c: make inode_add_stream_with_data() return the new stream
[wimlib] / include / wimlib / inode.h
index 7652ef525a351c61f21069f303efd5ed3989fec8..9fc917b57165a24c324c301456c1038a165b698e 100644 (file)
@@ -359,7 +359,7 @@ inode_replace_stream_data(struct wim_inode *inode,
                          const void *data, size_t size,
                          struct blob_table *blob_table);
 
-extern bool
+extern struct wim_inode_stream *
 inode_add_stream_with_data(struct wim_inode *inode,
                           int stream_type, const utf16lechar *stream_name,
                           const void *data, size_t size,