1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 int qcow2_detect(int fd); 5 int qcow2_convert(int qcow2_fd, int raw_fd); 6