Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / network.c
index 6fb67e57ccb953407ea4cfe4102d8c7ab8164336..219d33561bd957a12cfe5a4fc66d067dfd96501e 100644 (file)
@@ -59,7 +59,7 @@
 /* The source code in this file should be thread-safe. 
       Please keep it that way. */
 
-bool gmx_mpi_initialized(void)
+gmx_bool gmx_mpi_initialized(void)
 {
   int n;
 #ifndef GMX_MPI