]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - c_src/qcow2.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / c_src / qcow2.h
diff --git a/c_src/qcow2.h b/c_src/qcow2.h
new file mode 100644 (file)
index 0000000..0943d55
--- /dev/null
@@ -0,0 +1,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 */