Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / fileio / xdrf.h
index 8a92e3c95d0d8f2e2512682dccba9bf88bbafd9f..8aa2f15ead98807ca8173bd02d1719923c435296 100644 (file)
 #include <rpc/xdr.h>
 #endif
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Read or write reduced precision *float* coordinates */
 int xdr3dfcoord(XDR *xdrs, float *fp, int *size, float *precision);
 
@@ -90,8 +86,4 @@ float xdr_xtc_get_last_frame_time(FILE *fp, XDR *xdrs, int natoms, gmx_bool * bO
 
 int xdr_xtc_get_last_frame_number(FILE *fp, XDR *xdrs, int natoms, gmx_bool * bOK);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif