summaryrefslogtreecommitdiff
path: root/pith/mailcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/mailcmd.h')
-rw-r--r--pith/mailcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/mailcmd.h b/pith/mailcmd.h
index 9e99c6f3..84b7e213 100644
--- a/pith/mailcmd.h
+++ b/pith/mailcmd.h
@@ -57,7 +57,7 @@ void cmd_cancelled(char *);
void cmd_quota(struct pine *);
int cmd_delete(struct pine *, MSGNO_S *, int, char *(*)(struct pine *, MSGNO_S *));
int cmd_undelete(struct pine *, MSGNO_S *, int);
-int cmd_expunge_work(MAILSTREAM *, MSGNO_S *);
+int cmd_expunge_work(MAILSTREAM *, MSGNO_S *, char *);
CONTEXT_S *broach_get_folder(CONTEXT_S *, int *, char **);
int do_broach_folder(char *, CONTEXT_S *, MAILSTREAM **, unsigned long);
void expunge_and_close(MAILSTREAM *, char **, unsigned long);