1 2 3 4 5 6 7 8 9
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** Copyright 2015 Lennart Poettering ***/ int qcow2_detect(int fd); int qcow2_convert(int qcow2_fd, int raw_fd);