Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / sighandler.h
index 7c8a2bcb72e13ec658e41aa714e6d1862c6de71b..cf40bbbd93dbadf20cb418b184213367bc174666 100644 (file)
@@ -78,7 +78,7 @@ const char *gmx_get_signal_name(void);
 /* check whether we received a USR1 signal. 
    The condition is reset once a TRUE value is returned, so this function
    only returns TRUE once for a single signal. */
-bool gmx_got_usr_signal(void);
+gmx_bool gmx_got_usr_signal(void);
 
 
 #ifdef __cplusplus