summaryrefslogtreecommitdiff
path: root/image/sanitize.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/sanitize.h')
-rw-r--r--image/sanitize.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/image/sanitize.h b/image/sanitize.h
index fa7db517..fc07a8a9 100644
--- a/image/sanitize.h
+++ b/image/sanitize.h
@@ -41,4 +41,8 @@ enum sanitize_mode {
SANITIZE_COLLISIONS
};
+void sanitize_name(enum sanitize_mode sanitize, struct rb_root *name_tree,
+ u8 *dst, struct extent_buffer *src, struct btrfs_key *key,
+ int slot);
+
#endif