]> git.cworth.org Git - apitrace/blobdiff - os.hpp
Merge branch 'master' into compression
[apitrace] / os.hpp
diff --git a/os.hpp b/os.hpp
index 4376c97b50eea2d55a548022907f429476a70196..e93b113fbe8606f2ebea12fc4f425bbecb8ddc8e 100644 (file)
--- a/os.hpp
+++ b/os.hpp
@@ -90,6 +90,8 @@ long long GetTime(void);
 
 void Abort(void);
 
+void CatchInterrupts(void (*func)(int));
+
 } /* namespace OS */
 
 #endif /* _OS_HPP_ */