]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/import/qcow2-util.h
Merge pull request #12508 from keszybz/no-root-checks
[thirdparty/systemd.git] / src / import / qcow2-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
edce2aed
LP
2#pragma once
3
edce2aed
LP
4int qcow2_detect(int fd);
5int qcow2_convert(int qcow2_fd, int raw_fd);