Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / pgutil.h
index 3a9fd3a468495ffb70bf6819a9ba4eb9d6285e62..70fe397c62bc9939b0d53c329ab33d21192c555b 100644 (file)
@@ -41,7 +41,7 @@
 extern atom_id search_atom(const char *type,int start,
                           int natoms,t_atom at[],
                           char ** const * anm,
-                          const char *bondtype,bool bDontQuit);
+                          const char *bondtype,gmx_bool bDontQuit);
 /* Search an atom in array of pointers to strings, starting from start
  * if type starts with '-' then searches backwards from start.
  * bondtype is only used for printing the error/warning string,