Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / warninp.h
index ecff74cc2dd4f950d9e863eaf8e01ace8fd3ef5d..fa7b66403ea5704bd7b94f2daf02ab8a5c287a08 100644 (file)
@@ -48,7 +48,7 @@ typedef struct warninp *warninp_t;
 
 
 warninp_t
-init_warning(bool bAllowWarnings,int maxwarning);
+init_warning(gmx_bool bAllowWarnings,int maxwarning);
 /* Initialize the warning data structure.
  * If bAllowWarnings=FALSE, all warnings (calls to warning()) will be
  * transformed into errors, calls to warning_note still produce notes.