qcow2-util.h revision edce2aed3aa93b84f7b4c70412bdb665da2977b0
883N/A/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
883N/A
883N/A#pragma once
883N/A
883N/A/***
883N/A This file is part of systemd.
883N/A
883N/A Copyright 2015 Lennart Poettering
883N/A
883N/A systemd is free software; you can redistribute it and/or modify it
883N/A under the terms of the GNU Lesser General Public License as published by
883N/A the Free Software Foundation; either version 2.1 of the License, or
883N/A (at your option) any later version.
883N/A
883N/A systemd is distributed in the hope that it will be useful, but
883N/A WITHOUT ANY WARRANTY; without even the implied warranty of
883N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
883N/A Lesser General Public License for more details.
883N/A
883N/A You should have received a copy of the GNU Lesser General Public License
883N/A along with systemd; If not, see <http://www.gnu.org/licenses/>.
883N/A***/
883N/A
883N/Aint qcow2_detect(int fd);
883N/Aint qcow2_convert(int qcow2_fd, int raw_fd);
883N/A