diff options
Diffstat (limited to 'include/block/export.h')
-rw-r--r-- | include/block/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/export.h b/include/block/export.h index 4833947..ff54d35 100644 --- a/include/block/export.h +++ b/include/block/export.h @@ -76,6 +76,7 @@ struct BlockExport { }; BlockExport *blk_exp_add(BlockExportOptions *export, Error **errp); +BlockExport *blk_exp_find(const char *id); void blk_exp_ref(BlockExport *exp); void blk_exp_unref(BlockExport *exp); void blk_exp_request_shutdown(BlockExport *exp); |