diff options
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) |