From 93f02a01b1565eafc8fcac3bc4ccadd9280a5aad Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 7 Jul 1997 02:46:51 +0000 Subject: Change the bool type to match ncurses. svn path=/trunk/; revision=1155 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.h b/fetchmail.h index 765078ec..e8090541 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -66,7 +66,7 @@ struct idlist }; #ifndef TRUE -typedef int bool; +typedef char bool; /* to be compatible with curses.h */ #define FALSE 0 #define TRUE 1 #endif /* TRUE */ -- cgit v1.2.3