summaryrefslogtreecommitdiff
path: root/src/import/qcow2-util.h
blob: 3f8e89e9bd488485b930b33dca0cd9d013a9f96d (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  Copyright 2015 Lennart Poettering
***/

int qcow2_detect(int fd);
int qcow2_convert(int qcow2_fd, int raw_fd);