diff options
Diffstat (limited to 'include/block/qapi.h')
-rw-r--r-- | include/block/qapi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/block/qapi.h b/include/block/qapi.h index 4f223d1ce4..ab1f48f6f7 100644 --- a/include/block/qapi.h +++ b/include/block/qapi.h @@ -32,9 +32,9 @@ int bdrv_query_snapshot_info_list(BlockDriverState *bs, SnapshotInfoList **p_list, Error **errp); -void bdrv_collect_image_info(BlockDriverState *bs, - ImageInfo *info, - const char *filename); +void bdrv_query_image_info(BlockDriverState *bs, + ImageInfo **p_info, + Error **errp); BlockInfo *bdrv_query_info(BlockDriverState *s); BlockStats *bdrv_query_stats(const BlockDriverState *bs); |