blob: 35364afdead7bf8ce40eddb4e3c29c8f098d8134 [file] [log] [blame]
Sameeh Jubranf342cc92017-03-23 18:26:50 +02001/*
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