X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=snapshot.h;h=cbbe0070fb92328f6690ba604cebbb19f8466fce;hp=03e020e801b55e781e2a88d5503b03b23c1a3d1c;hb=f5fbcb47d918e04f14e0d79d64538bf72afb6be4;hpb=59f0936bdf663c198e36b3b365868bdea8420594 diff --git a/snapshot.h b/snapshot.h index 03e020e8..cbbe0070 100644 --- a/snapshot.h +++ b/snapshot.h @@ -22,11 +22,6 @@ snapshot_id takeSnapshot( ); void rollBack( snapshot_id theSnapShot ); -#ifdef __cplusplus -extern "C" { -#endif void createSharedLibrary(); -#ifdef __cplusplus -}; /* end of extern "C" */ -#endif + #endif