Revision fb0ed453 include/block/qapi.h

b/include/block/qapi.h
29 29
#include "block/block.h"
30 30
#include "block/snapshot.h"
31 31

  
32
void bdrv_collect_snapshots(BlockDriverState *bs , ImageInfo *info);
32
int bdrv_query_snapshot_info_list(BlockDriverState *bs,
33
                                  SnapshotInfoList **p_list,
34
                                  Error **errp);
33 35
void bdrv_collect_image_info(BlockDriverState *bs,
34 36
                             ImageInfo *info,
35 37
                             const char *filename);

Also available in: Unified diff