target/i386: Fix bad patch application to translate.c
[qemu/ar7.git] / qga / vss-win32.h
blob4d1d15081e9d098f07355d4bc306b1ef7d5f5e61
1 /*
2 * QEMU Guest Agent VSS utility declarations
4 * Copyright Hitachi Data Systems Corp. 2013
6 * Authors:
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
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.
13 #ifndef VSS_WIN32_H
14 #define VSS_WIN32_H
17 bool vss_init(bool init_requester);
18 void vss_deinit(bool deinit_requester);
19 bool vss_initialized(void);
21 int ga_install_vss_provider(void);
22 void ga_uninstall_vss_provider(void);
24 void qga_vss_fsfreeze(int *nr_volume, Error **errp, bool freeze);
26 #endif