Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / string2.h
index 5077c3409b7ef3516dbf6b5f7f45508b78eff4a2..6d949384c437659478161dcea0e0e054b44b7c7a 100644 (file)
@@ -109,7 +109,7 @@ char *gmx_strsep(char **stringp, const char *delim);
 
 
 char *wrap_lines(const char *buf,int line_width, int indent,
-                       bool bIndentFirst);
+                       gmx_bool bIndentFirst);
 /* wraps lines at 'linewidth', indenting all following
  * lines by 'indent' spaces. A temp buffer is allocated and returned,
  * which can be disposed of if no longer needed.