blob: 7393d9837ad2f911a72d25863f58fe2a0be8fd3a [file] [log] [blame] [raw]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
int qcow2_detect(int fd);
int qcow2_convert(int qcow2_fd, int raw_fd);