summaryrefslogtreecommitdiff
path: root/volumes.h
diff options
context:
space:
mode:
Diffstat (limited to 'volumes.h')
-rw-r--r--volumes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/volumes.h b/volumes.h
index be543163..b6edc542 100644
--- a/volumes.h
+++ b/volumes.h
@@ -105,4 +105,6 @@ int btrfs_scan_one_device(int fd, const char *path,
struct btrfs_fs_devices **fs_devices_ret,
u64 *total_devs, u64 super_offset);
int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
+int btrfs_bootstrap_super_map(struct btrfs_mapping_tree *map_tree,
+ struct btrfs_fs_devices *fs_devices);
#endif