Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / strdb.h
index 8f44b6c5db96d6afb8560db3013e03ab849e1943..bfdf07761876aff2a0d6dcbd62c7c68fa9bad891 100644 (file)
 extern "C" {
 #endif
 
-bool get_a_line(FILE *fp,char line[],int n);
+gmx_bool get_a_line(FILE *fp,char line[],int n);
 /* Read a line of at most n characters form *fp to line. 
  * Comment ';...' and leading spaces are removed, empty lines are skipped.
  * Return FALSE when eof. 
  */
 
-bool get_header(char line[],char header[]);
+gmx_bool get_header(char line[],char header[]);
 /* Read a header between '[' and ']' from line to header.
  * Returns FALSE no header is found.
  */