Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / confio.h
index 1f0c814877f789c95f4a688a586c8ac0025ce588..2a2cb666083e926a97ca4e809f51088f0835cbc2 100644 (file)
@@ -46,7 +46,7 @@
 extern "C" {
 #endif
   
-void init_t_atoms(t_atoms *atoms, int natoms, bool bPdbinfo);
+void init_t_atoms(t_atoms *atoms, int natoms, gmx_bool bPdbinfo);
 /* allocate memory for the arrays, set nr to natoms and nres to 0
  * set pdbinfo to NULL or allocate memory for it */  
 
@@ -63,7 +63,7 @@ void write_g96_conf(FILE *out,t_trxframe *fr,int nindex,atom_id *index);
 /* write a Gromos96 coordinate file or trajectory frame *
  * index can be NULL                                    */
 
-bool gro_next_x_or_v(FILE *status,t_trxframe *fr);
+gmx_bool gro_next_x_or_v(FILE *status,t_trxframe *fr);
 int gro_first_x_or_v(FILE *status,t_trxframe *fr);
 /* read first/next x and/or v frame from gro file */