change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / fflibutil.h
index 1c0d6597c0d62a22e9ccc484683f218652126078..413a898b6dded9024326fa5573946c27da49691c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * 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.
@@ -65,14 +65,14 @@ void fflib_filename_base(const char *filename, char *filebase, int maxlen);
 
 int fflib_search_file_end(const char *ffdir,
                           const char *file_end,
-                          gmx_bool    bFatalError,
+                          bool        bFatalError,
                           char     ***filenames);
 /* Search for files ending on file_end in the force field directory fflib.
  * fflib should be in the GROMACS lib.path.
  * Return the number of files and the file names in filenames.
  */
 
-gmx_bool fflib_fexist(const char *file);
+bool fflib_fexist(const char *file);
 /* Check if a file exists in the force field library */
 
 FILE *fflib_open(const char *file);