diff options
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/snapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/snapshot.h b/include/block/snapshot.h index 0a176c7e50..10ee582f2c 100644 --- a/include/block/snapshot.h +++ b/include/block/snapshot.h @@ -85,5 +85,6 @@ bool bdrv_all_can_snapshot(BlockDriverState **first_bad_bs); int bdrv_all_delete_snapshot(const char *name, BlockDriverState **first_bsd_bs, Error **err); int bdrv_all_goto_snapshot(const char *name, BlockDriverState **first_bsd_bs); +int bdrv_all_find_snapshot(const char *name, BlockDriverState **first_bad_bs); #endif |