More files to C++.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / add_par.h
index 355625e2192d734f28fde977b6a7e43bd0097041..a6f52f35ee5881076d42965810b39d8660269ea8 100644 (file)
 #include "typedefs.h"
 #include "pdb2top.h"
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
 extern void add_param(t_params *ps, int ai, int aj, real *c, char *s);
 
 extern void add_imp_param(t_params *ps, int ai, int aj, int ak, int al,
@@ -65,4 +70,8 @@ extern void add_vsite4_atoms(t_params *ps, int ai, int aj, int ak, int al,
 
 extern int search_jtype(t_restp *rp, char *name, gmx_bool bFirstRes);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif  /* _add_par_h */