]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/import/qcow2-util.h
980cb417ca93fa5288acd6e3ab66f71ef125cfa7
[thirdparty/systemd.git] / src / import / qcow2-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2015 Lennart Poettering
8 ***/
9
10 int qcow2_detect(int fd);
11 int qcow2_convert(int qcow2_fd, int raw_fd);