snapshot: don't export page-aligning functions
[c11tester.git] / snapshotimp.h
index b918b8447b9b6f77b8b633ecdd835185997ddaa8..6b58ed7ed227256325e4b8ab237169d068d1a68b 100644 (file)
@@ -55,10 +55,8 @@ struct SnapShot {
 
 //Global reference to snapshot data structure
 extern struct SnapShot * snapshotrecord;
-void * ReturnPageAlignedAddress( void *);
-void * PageAlignAddressUpward( void *);
 #else
-struct Snapshot_t{
+struct Snapshot {
 char *mSharedMemoryBase;
 char *mStackBase;
 size_t mStackSize;
@@ -67,6 +65,6 @@ ucontext_t mContextToRollback;
 snapshot_id currSnapShotID;
 volatile bool mbFinalize;
 };
-extern struct Snapshot_t * sTheRecord;
+extern struct Snapshot * sTheRecord;
 #endif
 #endif