| 4 |  | #include "fSimulation.h" | 
| 5 |  | #include "fortranWrappers.hpp" | 
| 6 |  |  | 
| 7 | – | extern "C"{ | 
| 7 |  |  | 
| 8 | < | void F90_FUNC(wrapforcefield, WRAPFORCEFIELD) (void (*wrapFunction)(void (*p1) makeAtypeList, | 
| 8 | > |  | 
| 9 | > | extern void F90_FUNC(wrapforcefield, WRAPFORCEFIELD) (void (*wrapFunction)(void (*p1) makeAtypeList, | 
| 10 |  | void (*p2) initFortranFFList, | 
| 11 |  | void (*p3) doForceLoopList, | 
| 12 |  | void (*p4) set_sticky_params_List, | 
| 14 |  | void (*p6) newEAMtype_List) | 
| 15 |  | ); | 
| 16 |  |  | 
| 17 | < | void F90_FUNC(wrapsimmod, WRAPSIMMOD) (void (*wrapFunction)(void (*p1) setFortranSimList, | 
| 17 | > | extern void F90_FUNC(wrapsimmod, WRAPSIMMOD) (void (*wrapFunction)(void (*p1) setFortranSimList, | 
| 18 |  | void (*p2) setFortranBoxList, | 
| 19 |  | void (*p3) notifyFortranCutOffList) | 
| 20 |  | ); | 
| 21 |  |  | 
| 22 |  | #ifdef IS_MPI | 
| 23 | < | void F90_FUNC(wrapsimparallelmod, WRAPSIMPARALLELMOD) (void (*wrapFunction)(void (*p1) setFortranMPIlist) ); | 
| 23 | > | extern void F90_FUNC(wrapsimparallelmod, WRAPSIMPARALLELMOD) (void (*wrapFunction)(void (*p1) setFortranMPIlist) ); | 
| 24 |  | #endif // is_mpi | 
| 25 | – | } | 
| 25 |  |  | 
| 26 |  | void wrapFF( void (*p1) makeAtypeList, void (*p2) initFortranFFList, | 
| 27 |  | void (*p3) doForceLoopList, void (*p4) set_sticky_params_List, |