summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 1c763452..94606eda 100644
--- a/utils.h
+++ b/utils.h
@@ -116,7 +116,7 @@ struct btrfs_mkfs_config {
u64 features;
};
-int make_btrfs(int fd, const char *device, struct btrfs_mkfs_config *cfg);
+int make_btrfs(int fd, struct btrfs_mkfs_config *cfg);
int btrfs_make_root_dir(struct btrfs_trans_handle *trans,
struct btrfs_root *root, u64 objectid);
int btrfs_prepare_device(int fd, char *file, int zero_end, u64 *block_count_ret,