Converted gmxpreprocess to compile as C++
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / x2top.h
index 78de61acc7d978d32ae171693a1a9c1d94cc98db..99a5911dfc96a40be9f5544df442ec453e2ce1d7 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_X2TOP_H
 #define GMX_GMXPREPROCESS_X2TOP_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-#if 0
-}
-#endif
-
 int gmx_x2top(int argc, char *argv[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif