From 017e56b81ba735c39c43701f737ac7dde55da7b4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 9 May 2018 00:04:33 +0200 Subject: 9.5 --- zen/shutdown.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 zen/shutdown.h (limited to 'zen/shutdown.h') diff --git a/zen/shutdown.h b/zen/shutdown.h new file mode 100755 index 00000000..e64dee41 --- /dev/null +++ b/zen/shutdown.h @@ -0,0 +1,18 @@ +// ***************************************************************************** +// * This file is part of the FreeFileSync project. It is distributed under * +// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 * +// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved * +// ***************************************************************************** + +#ifndef SHUTDOWN_H_3423847870238407783265 +#define SHUTDOWN_H_3423847870238407783265 + +#include "file_error.h" + +namespace zen +{ +void shutdownSystem(); //throw FileError +void suspendSystem(); // +} + +#endif //SHUTDOWN_H_3423847870238407783265 -- cgit