From b5cb227ae077ce4d1e01c7487e40bfd84167cff3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Mar 2000 19:39:12 +0000 Subject: Suppress monitor check after signal wakeup. svn path=/trunk/; revision=2843 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 605c469b..d23e9127 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -473,7 +473,7 @@ extern int UnMimeBodyline(unsigned char **buf, flag delimited, flag issoftline) void interface_init(void); void interface_parse(char *, struct hostdata *); void interface_note_activity(struct hostdata *); -int interface_approve(struct hostdata *); +int interface_approve(struct hostdata *, flag domonitor); /* xmalloc.c */ #if defined(HAVE_VOIDPOINTER) -- cgit v1.2.3