btrfs-progs: Introduce change_uuid function
[platform/upstream/btrfs-progs.git] / qgroup-verify.h
index a222c17..174ed45 100644 (file)
  * Boston, MA 021110-1307, USA.
  */
 
-#ifndef _BTRFS_QGROUP_VERIFY_H
-#define _BTRFS_QGROUP_VERIFY_H
+#ifndef __BTRFS_QGROUP_VERIFY_H__
+#define __BTRFS_QGROUP_VERIFY_H__
 
 int qgroup_verify_all(struct btrfs_fs_info *info);
 void print_qgroup_report(int all);
 
-#endif /* _BTRFS_QGROUP_VERIFY_H */
+int print_extent_state(struct btrfs_fs_info *info, u64 subvol);
+
+#endif