]> Git Repo - qemu.git/blob - qga/vss-win32/install.h
virtio-pci: Proxy for virtio-pmem
[qemu.git] / qga / vss-win32 / install.h
1 /*
2  * QEMU Guest Agent VSS requester declarations
3  *
4  * Copyright Hitachi Data Systems Corp. 2013
5  *
6  * Authors:
7  *  Tomoki Sekiyama   <[email protected]>
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
18 STDAPI StopService(void);
19
20 #endif
This page took 0.027644 seconds and 4 git commands to generate.