]> git.proxmox.com Git - mirror_qemu.git/blame - qga/vss-win32/install.h
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / qga / vss-win32 / install.h
CommitLineData
f342cc93
SJ
1/*
2 * QEMU Guest Agent VSS requester declarations
3 *
4 * Copyright Hitachi Data Systems Corp. 2013
5 *
6 * Authors:
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#ifndef INSTALL_H
14#define INSTALL_H
15
16#include <comadmin.h>
17
18STDAPI StopService(void);
19
20#endif