Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / xlate.h
index 701cc27a375a90ef790c5de3e2d69fabb3531921..e3dc25fe3da6efe843d3b4cdebd4178d5323a4e0 100644 (file)
@@ -43,7 +43,7 @@
  */
 extern void rename_atoms(const char *xlfile,const char *ffdir,
                         t_atoms *atoms,t_symtab *symtab,const t_restp *restp,
-                        bool bResname,gmx_residuetype_t rt,bool bReorderNum,
-                        bool bVerbose);
+                        gmx_bool bResname,gmx_residuetype_t rt,gmx_bool bReorderNum,
+                        gmx_bool bVerbose);
 
 #endif