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

/***
  This file is part of systemd.

  Copyright 2015 Lennart Poettering
***/

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