change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / resall.h
index 669ef7c9a8647c6f6f16063e451ff004bae8970a..b72e630698e48b2808d136a0d4d72411e54aa472 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2010,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2010,2014,2015,2018, 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.
@@ -58,7 +58,7 @@ gpp_atomtype_t read_atype(const char *ffdir, struct t_symtab *tab);
 
 void read_resall(char *resdb, int *nrtp, t_restp **rtp,
                  gpp_atomtype_t atype, struct t_symtab *tab,
-                 gmx_bool bAllowOverrideRTP);
+                 bool bAllowOverrideRTP);
 /* read rtp database, append to the existing database */
 
 void print_resall(FILE *out, int nrtp, t_restp rtp[],