Converted gmxpreprocess to compile as C++
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2gmx.h
index d85c5bbae83c5d7bab54d8598dd8c24975678c15..b8da74c90b5bb2c69ab7cb1b04cf6def55e24e0e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #ifndef GMX_GMXPREPROCESS_PDB2GMX_H
 #define GMX_GMXPREPROCESS_PDB2GMX_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-#if 0
-}
-#endif
-
 int gmx_pdb2gmx(int argc, char *argv[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif