From 95389c8681d4e52f9192fb15e12dba29c6807545 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 18 Dec 2005 18:28:15 +0000 Subject: qcow_make_empty() support (Johannes Schindelin) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1716 c046a42c-6fe2-441c-8c8c-71466251a162 --- block_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index 03744f7340..e3038160e6 100644 --- a/block_int.h +++ b/block_int.h @@ -39,6 +39,7 @@ struct BlockDriver { int (*bdrv_is_allocated)(BlockDriverState *bs, int64_t sector_num, int nb_sectors, int *pnum); int (*bdrv_set_key)(BlockDriverState *bs, const char *key); + int (*bdrv_make_empty)(BlockDriverState *bs); struct BlockDriver *next; }; @@ -74,4 +75,6 @@ struct BlockDriverState { BlockDriverState *next; }; +void get_tmp_filename(char *filename, int size); + #endif /* BLOCK_INT_H */ -- cgit v1.2.3