summaryrefslogtreecommitdiff
path: root/qcow2.h
blob: 0943d55cdf71647b037857a27f80a4b7623173b8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _QCOW2_H
#define _QCOW2_H

#include <linux/types.h>
#include "tools-util.h"

void qcow2_write_image(int, int, ranges *, unsigned);

#endif /* _QCOW2_H */