summaryrefslogtreecommitdiff
path: root/c_src/qcow2.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/qcow2.h')
-rw-r--r--c_src/qcow2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c_src/qcow2.h b/c_src/qcow2.h
new file mode 100644
index 00000000..0943d55c
--- /dev/null
+++ b/c_src/qcow2.h
@@ -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 */