diff options
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/imapd.c b/imap/imapd.c index 7a61e2b..497850d 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -4135,7 +4135,7 @@ static int validate_charset(const char *tag, char **charset) return (0); } -int do_imap_command(const char *tag) +int do_imap_command(const char *tag, int *flushflag) { struct imaptoken *curtoken=nexttoken(); int uid=0; |
