Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / wman.h
index 7e1c837b02d97f35781c3d5bc6138a27a37329fb..03222ab6f1537f21657fa5808444c7a53bc7ec2c 100644 (file)
@@ -54,7 +54,7 @@ void write_man(FILE *out,const char *mantp,const char *program,
                      int nfile,t_filenm *fnm,
                      int npargs,t_pargs *pa,
                      int nbug,const char **bugs,
-                     bool bHidden);
+                     gmx_bool bHidden);
 
 char *fileopt(unsigned long flag,char buf[],int maxsize);
 /* Return a string describing the file type in flag.
@@ -73,7 +73,7 @@ struct t_linkdata;
 
 void
 print_tty_formatted(FILE *out, int nldesc, const char **desc, int indent,
-                    struct t_linkdata *links, const char *program, bool bWiki);
+                    struct t_linkdata *links, const char *program, gmx_bool bWiki);
 
 #ifdef __cplusplus
 }