more bug fixes
[c11tester.git] / snapshot.h
index 76d63acfb00d7e994a4e4ab8ac2452f5a12d5617..47e48b234f0f2f9b980c710186b4eab9117a13e1 100644 (file)
@@ -7,13 +7,8 @@
 
 #include "snapshot-interface.h"
 #include "config.h"
+#include "mymemory.h"
 
-void addMemoryRegionToSnapShot(void *ptr, unsigned int numPages);
-snapshot_id takeSnapshot();
-void rollBack(snapshot_id theSnapShot);
-
-#if !USE_MPROTECT_SNAPSHOT
-void createSharedMemory();
-#endif
+mspace create_shared_mspace();
 
 #endif