summaryrefslogtreecommitdiff
path: root/zen/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/shutdown.h')
-rwxr-xr-xzen/shutdown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/shutdown.h b/zen/shutdown.h
index df2314f8..2d66d1e8 100755
--- a/zen/shutdown.h
+++ b/zen/shutdown.h
@@ -14,6 +14,7 @@ namespace zen
{
void shutdownSystem(); //throw FileError
void suspendSystem(); //
+void terminateProcess(int exitCode); //will NOT return!
}
#endif //SHUTDOWN_H_3423847870238407783265
bgstack15