--- trunk/mdtools/headers/mpiForceField.h 2002/10/18 20:35:33 147 +++ trunk/mdtools/headers/mpiForceField.h 2002/10/18 20:35:53 148 @@ -1,10 +1,18 @@ #ifndef __MPIFORCEFIELD_H__ #define __MPIFORCEFIELD_H__ +#include +#ifdef __cplusplus +extern "C" { +#endif + void sendFrcStruct( void *frcStruct, MPI_Datatype structType ); + void recieveFrcStruct( void *frcStruct, MPI_Datatype structType ); +#ifdef __cplusplus +} +#endif - #endif