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