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 b9d47df6..df2314f8 100755
--- a/zen/shutdown.h
+++ b/zen/shutdown.h
@@ -9,6 +9,7 @@
#include "file_error.h"
+
namespace zen
{
void shutdownSystem(); //throw FileError
bgstack15