]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
lzx.h: Align 'struct lzx_lru_queue' on x86_64
[wimlib] / include / wimlib / inode.h
index 84b49590ef73620e63e9ed5654a5d222b115cc56..4d39c1ba9904fd0f034392e614a7c662d2be07c1 100644 (file)
@@ -18,7 +18,7 @@ struct avl_tree_node;
 /*
  * WIM inode.
  *
- * As mentioned in the comment above `struct wim_dentry', in the WIM file that
+ * As mentioned in the comment above `struct wim_dentry', in WIM files there
  * is no on-disk analogue of a real inode, as most of these fields are
  * duplicated in the dentries.  Instead, a `struct wim_inode' is something we
  * create ourselves to simplify the handling of hard links.
@@ -514,7 +514,7 @@ inode_unnamed_stream_hash(const struct wim_inode *inode);
 
 extern int
 read_ads_entries(const u8 * restrict p, struct wim_inode * restrict inode,
-                size_t nbytes_remaining);
+                size_t *nbytes_remaining_p);
 
 extern int
 verify_inode(struct wim_inode *inode, const struct wim_security_data *sd);