]> git.sesse.net Git - bcachefs-tools-debian/blob - qcow2.h
cmd_attr: check for errors from fdopendir()
[bcachefs-tools-debian] / qcow2.h
1 #ifndef _QCOW2_H
2 #define _QCOW2_H
3
4 #include <linux/types.h>
5 #include "tools-util.h"
6
7 void qcow2_write_image(int, int, ranges *, unsigned);
8
9 #endif /* _QCOW2_H */