install.h 392 B

1234567891011121314151617181920
  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. #ifndef INSTALL_H
  13. #define INSTALL_H
  14. #include <comadmin.h>
  15. STDAPI StopService(void);
  16. #endif