Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / fflibutil.h
index 7190e65ad75da648c6ed83588eead242b6a5c58a..b5416953692866f803618d7e94849cca8469f3d2 100644 (file)
@@ -64,7 +64,7 @@ extern void fflib_filename_base(const char *filename,char *filebase,int maxlen);
 
 extern int fflib_search_file_end(const char *ffdir,
                                 const char *file_end,
-                                bool bFatalError,
+                                gmx_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.
@@ -77,7 +77,7 @@ extern int fflib_search_file_in_dirend(const char *filename,const char *dirend,
  * ending on dirend.
  * Return the number of files and the directory names in dirnames.
  */
-extern bool fflib_fexist(const char *file);
+extern gmx_bool fflib_fexist(const char *file);
 /* Check if a file exists in the force field library */
 
 extern FILE *fflib_open(const char *file);