Revision f4f0d391 block/qcow2.h

b/block/qcow2.h
192 192

  
193 193
uint64_t qcow2_get_cluster_offset(BlockDriverState *bs, uint64_t offset,
194 194
    int *num);
195
uint64_t qcow2_alloc_cluster_offset(BlockDriverState *bs,
196
                              uint64_t offset,
197
                              int n_start, int n_end,
198
                              int *num, QCowL2Meta *m);
195
int qcow2_alloc_cluster_offset(BlockDriverState *bs, uint64_t offset,
196
    int n_start, int n_end, int *num, QCowL2Meta *m);
199 197
uint64_t qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs,
200 198
                                         uint64_t offset,
201 199
                                         int compressed_size);

Also available in: Unified diff