summary refs log tree commit diff stats
path: root/util/block-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/block-helpers.h')
-rw-r--r--util/block-helpers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/block-helpers.h b/util/block-helpers.h
index b53295a529..838b0825f6 100644
--- a/util/block-helpers.h
+++ b/util/block-helpers.h
@@ -13,7 +13,6 @@
 #define MAX_BLOCK_SIZE          (2 * MiB)
 #define MAX_BLOCK_SIZE_STR      "2 MiB"
 
-void check_block_size(const char *id, const char *name, int64_t value,
-                      Error **errp);
+bool check_block_size(const char *name, int64_t value, Error **errp);
 
 #endif /* BLOCK_HELPERS_H */