diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-29 19:39:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-29 19:39:12 +0000 |
commit | b5cb227ae077ce4d1e01c7487e40bfd84167cff3 (patch) | |
tree | b6a6baca28154eabd59e4778466e8fd23ef54ef7 /fetchmail.h | |
parent | 4567784e2b9cd5b592b1b16056449ac24d80eedd (diff) | |
download | fetchmail-b5cb227ae077ce4d1e01c7487e40bfd84167cff3.tar.gz fetchmail-b5cb227ae077ce4d1e01c7487e40bfd84167cff3.tar.bz2 fetchmail-b5cb227ae077ce4d1e01c7487e40bfd84167cff3.zip |
Suppress monitor check after signal wakeup.
svn path=/trunk/; revision=2843
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |